A106216 Coefficients of g.f. A(x) where 0 <= a(n) <= 2 for all n>1, with initial terms {1,3}, such that A(x)^(1/3) consists entirely of integer coefficients.
1, 3, 0, 1, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 2, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0
Offset: 0
Keywords
Examples
A(x)^(1/3) = 1 + 1x - 1x^2 + 2x^3 - 4x^4 + 9x^5 - 21x^6 + 53x^6 -+...
Programs
-
PARI
{a(n)=local(A=1+3*x);if(n==0,1,if(n==1,3, for(j=2,n, for(k=0,2,t=polcoeff((A+k*x^j+x*O(x^j))^(1/3),j); if(denominator(t)==1,A=A+k*x^j;break)));polcoeff(A,n)))}
Formula
A(z)=0 at z=-0.322846893915891638743032676733152456643928599...
Comments