OFFSET
0,5
COMMENTS
FORMULA
G.f. A(x) satisfies: A(x)^9 (mod 27) = g.f. of A083949.
EXAMPLE
A(x) = 1 + x + 2*x^4 - 2*x^5 + 5*x^6 - 6*x^7 + 5*x^8 + 3*x^9 +...
A(x)^3 = 1 + 3*x + 3*x^2 + x^3 + 6*x^4 + 6*x^5 + 9*x^6 + 6*x^7 +...
A(x)^9 = 1 + 9*x + 36*x^2 + 84*x^3 + 144*x^4 + 252*x^5 + 489*x^6 +..
A(x)^9 (mod 27) = 1 + 9*x + 9*x^2 + 3*x^3 + 9*x^4 + 9*x^5 + 3*x^6+..
G(x) = 1 + 9*x + 9*x^2 + 3*x^3 + 9*x^4 + 9*x^5 + 3*x^6 + 9*x^7 +...
where G(x) is the g.f. of A083949.
PROG
(PARI) {a(n)=local(d=3, m=9, A=1+m*x); for(j=2, d*n, for(k=1, m, t=polcoeff((A+k*x^j+x*O(x^j))^(1/m), j); if(denominator(t)==1, A=A+k*x^j; break))); polcoeff(Ser(vector(n+1, i, polcoeff(A, d*(i-1))))^(1/3), n)}
CROSSREFS
KEYWORD
sign
AUTHOR
Paul D. Hanna, Sep 14 2005
STATUS
approved
