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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120574 G.f. satisfies: A(x) = x + x*A(x) + x*A(A(x)). 1
1, 2, 6, 26, 146, 978, 7454, 62882, 576914, 5687506, 59732838, 664040698, 7775333858, 95517840738, 1227175022334, 16444901577858, 229338157229154, 3321917275376098, 49890293296044806, 775682898796646810 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

A(x) = x + 2*x^2 + 6*x^3 + 26*x^4 + 146*x^5 + 978*x^6 + 7454*x^7 +...

A(A(x)) = x + 4*x^2 + 20*x^3 + 120*x^4 + 832*x^5 + 6476*x^6 +...

PROG

(PARI) {a(n)=local(F=x+x*O(x^n), G=F); for(i=1, n, F=x+x*F+x*subst(F, x, F)); polcoeff(F, n)}

CROSSREFS

Cf. A120575.

Sequence in context: A177381 A127116 A107404 * A178324 A002710 A132609

Adjacent sequences:  A120571 A120572 A120573 * A120575 A120576 A120577

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 15 2006

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 14 23:16 EST 2012. Contains 205687 sequences.