|
| |
|
|
A145348
|
|
G.f. satisfies: A(x/A(x)^2) = 1 + x*A(x)^2.
|
|
2
| |
|
|
1, 1, 4, 30, 312, 3965, 57824, 933998, 16346728, 305539046, 6037780164, 125227212342, 2711254371568, 61021656441091, 1423063422363676, 34297379607790288, 852463916004336464, 21812807282389353798
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
FORMULA
| G.f.: A(x) = 1 + x*G(x)^4 where G(x) = A(x*G(x)^2) and A(x) = G(x/A(x)^2).
|
|
|
EXAMPLE
| G.f.: A(x) = 1 + x + 4*x^2 + 30*x^3 + 312*x^4 + 3965*x^5 +...
A(x)^2 = 1 + 2*x + 9*x^2 + 68*x^3 + 700*x^4 + 8794*x^5 + 126974*x^6+..
A(x/A(x)^2) = 1 + x + 2*x^2 + 9*x^3 + 68*x^4 + 700*x^5 + 8794*x^6 +...
A(x) = 1 + x*G(x)^4 where G(x) = A(x*G(x)^2):
G(x) = 1 + x + 6*x^2 + 59*x^3 + 742*x^4 + 10877*x^5 + 177612*x^6 +...
G(x)^2 = 1 + 2*x + 13*x^2 + 130*x^3 + 1638*x^4 + 23946*x^5 +...
|
|
|
PROG
| (PARI) {a(n)=local(F=1+x, G); for(i=0, n, G=serreverse(x/(F+x*O(x^n))^2)/x; F=1+x*G^2); polcoeff(F, n)}
|
|
|
CROSSREFS
| Sequence in context: A054972 A052452 A088794 * A052574 A158834 A139086
Adjacent sequences: A145345 A145346 A145347 * A145349 A145350 A145351
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Paul D. Hanna (pauldhanna(AT)juno.com), Nov 09 2008
|
| |
|
|