login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127783 G.f. satisfies: A(x) = 1 + x*A(x+x^2)^2. 3
1, 1, 2, 7, 28, 133, 700, 4039, 25160, 167637, 1186482, 8872752, 69810994, 575912978, 4967058182, 44675926159, 418157494016, 4065044047125, 40973402647058, 427535487044903, 4611642948647118, 51354908876927025 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=0, n, A=1+x*subst(A^2, x, x+x^2)); polcoeff(A, n)}
CROSSREFS
Sequence in context: A252737 A217203 A052319 * A297195 A116539 A266467
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 28 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)