Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A168601
E.g.f. satisfies: A(x) = exp( x*A(2x)^3 ).
1
1, 1, 13, 577, 65737, 17553361, 10704000277, 14796719274961, 46078793355045073, 320622833897384770657, 4940987529761176087132381, 167239138427197351352909547169, 12340269209872740741602975099855641
OFFSET
0,3
EXAMPLE
E.g.f: A(x) = 1 + x + 13*x^2/2! + 577*x^3/3! + 65737*x^4/4! +...
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=0, n, A=exp(x*subst(A, x, 2*x)^3) ); n!*polcoeff(A, n)}
CROSSREFS
Sequence in context: A050286 A096761 A076461 * A142210 A109875 A258303
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 05 2009
STATUS
approved