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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088358 a(n) equals sum of first n terms of A(x)^n, with a(0)=a(1)=1. 0
1, 1, 3, 16, 127, 1321, 16680, 244518, 4049199, 74404069, 1498276873, 32764372213, 772675039936, 19541627299052, 527590805816280, 15146369004674536, 460804123171138079, 14811876349937896743, 501663013214822053815 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

EXAMPLE

a(1)=1 since A={1,_1,3,16,127,1321,...}

a(2)=3=1+2 since A^2={1,2,_7,38,295,2992,...}

a(3)=16=1+3+12 since A^3={1,3,12,_67,513,5088,...}

a(4)=127=1+4+18+104 since A^4={1,4,18,104,_791,7696,..}

PROG

(PARI) a(n)=local(A); if(n<2, n>=0, A=1+x; for(i=2, n, A+=x^i*subst(Pol((A+O(x^i))^i), x, 1)); polcoeff(A, n))

CROSSREFS

Sequence in context: A000272 A159594 A188805 * A082161 A135752 A120021

Adjacent sequences:  A088355 A088356 A088357 * A088359 A088360 A088361

KEYWORD

nonn

AUTHOR

Michael Somos and Paul D. Hanna (pauldhanna(AT)juno.com), Sep 27 2003

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 16 16:31 EST 2012. Contains 205938 sequences.