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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035049 E.g.f. satisfies A(x)=x(1+A(A(x))), A(0)=0. 2
1, 2, 12, 144, 2760, 74880, 2676240, 120234240, 6571393920, 426547296000, 32283270835200, 2808028566604800, 277433852555059200, 30836115140589158400, 3824551325912308992000, 525674251444773150720000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MAPLE

A := proc(n) option remember; local T; if n=0 then 0 else T:= A(n-1); unapply (convert (series (x*(1+T(T(x))), x, n+1), polynom), x) fi end: a:= n-> coeff(A(n)(x), x, n)*n!: seq (a(n), n=1..16); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 23 2008]

CROSSREFS

Cf. A001028, A030266.

Sequence in context: A067601 A052740 A052742 * A010790 A086928 A001927

Adjacent sequences:  A035046 A035047 A035048 * A035050 A035051 A035052

KEYWORD

nonn,eigen

AUTHOR

Christian G. Bower (bowerc(AT)usa.net), Oct 15 1998.

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 23 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 10:06 EST 2012. Contains 205763 sequences.