cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A131456 Number of q-partial fraction summands of the reciprocal of n-th cyclotomic polynomial.

Original entry on oeis.org

1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 4, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 6, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 4, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 8, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 7, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 6, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 4, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 10, 1, 2, 1, 2, 1, 2, 1, 2, 7
Offset: 1

Views

Author

Augustine O. Munagi, Jul 12 2007

Keywords

Comments

Let Phi(n,q) be the n-th cyclotomic polynomial in q. The q-partial fraction decomposition of 1/Phi(n,q) is a representation of 1/Phi(n,q) as a finite sum of functions v(q)/(1-q^m)^t, such that m<=n and degree(v)A000010).

Examples

			(i) a(3)=1 because 1/Phi(3,q)=(1-q)/(1-q^3);
(ii) a(6)=2 because 1/Phi(6,q)=(-1-q)/(1-q^3) + (2+2q)/(1-q^6).
		

Crossrefs

Cf. A051664 (Number of terms in n-th cyclotomic polynomial).