>
> I don't know what OmegaPolynomial is. However, if you replace it by
> cyclotomic_polynomial,
> it seems to work as expected, doesn't it?
>
No, it does not. You missed the question.
>
> sage: *def* *ib*(m, n): *return* sum(binomial(m*n-*1*,
> m*k)*cyclotomic_polynomial(m*(k+*1*)) *for* k in (*0.*.n-*1*))
>
> sage: ib(*2*,*2*)
>
> 3*x^2 + x + 4
>
> sage: type(ib(*2*,*2*))
>
> <type
> 'sage.rings.polynomial.polynomial_integer_dense_flint.Polynomial_integer_dense_flint'>
>
> sage: ib(*2*,*2*).list()
> [4, 1, 3]
>
Execute
for n in (0..6): print(ib(2, n).list()
as indicated.
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-support/4fc00a73-06c5-42be-9d5b-73bc53fcc683%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.