login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145350 G.f. satisfies: A(x/A(x)^2) = 1 + x*A(x). 1
1, 1, 3, 18, 154, 1632, 20007, 273164, 4058556, 64628487, 1091488334, 19403175105, 361028420037, 7000932594042, 141010975529568, 2942134448306481, 63449975020918843, 1411787024678728344, 32360032648643379471 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

G.f.: A(x) = 1 + x*G(x)^3 where G(x) = A(x*G(x)^2) and A(x) = G(x/A(x)^2).

EXAMPLE

G.f.: A(x) = 1 + x + 3*x^2 + 18*x^3 + 154*x^4 + 1632*x^5 +...

A(x)^2 = 1 + 2*x + 7*x^2 + 42*x^3 + 353*x^4 + 3680*x^5 + 44526*x^6+...

A(x/A(x)^2) = 1 + x + x^2 + 3*x^3 + 18*x^4 + 154*x^5 + 1632*x^6 +...

A(x) = 1 + x*G(x)^3 where G(x) = A(x*G(x)^2):

G(x) = 1 + x + 5*x^2 + 41*x^3 + 432*x^4 + 5329*x^5 + 73512*x^6 +...

G(x)^2 = 1 + 2*x + 11*x^2 + 92*x^3 + 971*x^4 + 11932*x^5 +...

PROG

(PARI) {a(n)=local(A=1+x, G); for(i=0, n, G=(serreverse(x/(A+x*O(x^n))^2)/x)^(1/2); A=1+x*G^3); polcoeff(A, n)}

CROSSREFS

Cf. variants: A001764, A147664, A120972.

Sequence in context: A152409 A200320 A005412 * A107888 A138274 A181374

Adjacent sequences:  A145347 A145348 A145349 * A145351 A145352 A145353

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 12 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 07:22 EST 2012. Contains 205706 sequences.