|
| |
|
|
A153850
|
|
a(n) is the coefficient of x^n in the n-fold self-composition of G(x) = x + G(G(x))^3 = g.f. of A153851.
|
|
4
| |
|
|
1, 2, 27, 594, 17180, 603879, 24795645, 1160887350, 60940292571, 3541938123306, 225669592036086, 15634133444509443, 1169781625911185118, 93989088711427170141, 8069678384570571946581, 737204558292074214218778
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
PROG
| (PARI) {a(n)=local(G=x+O(x^(2*n+1)), H=G); for(i=0, n, G=serreverse(x-G^3)); for(i=1, n, H=subst(G, x, H)); polcoeff(H, 2*n-1)}
|
|
|
CROSSREFS
| Cf. A153851, A153852, A153853, A153854.
Sequence in context: A121971 A121137 A203429 * A138458 A090248 A182934
Adjacent sequences: A153847 A153848 A153849 * A153851 A153852 A153853
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Paul D. Hanna (pauldhanna(AT)juno.com), Jan 21 2009
|
| |
|
|