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!)
A127784 G.f. satisfies: A(x) = 1 + (x+x^2)*A(x+x^2)^2. 2
1, 1, 3, 11, 51, 266, 1540, 9681, 65291, 468401, 3551693, 28327029, 236731183, 2066583601, 18796448581, 177735656083, 1743920667437, 17725856560839, 186366309301259, 2024042644283702, 22679125592930412, 261873356070694571 (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+subst(x*A^2, x, x+x^2)); polcoeff(A, n)}
CROSSREFS
Sequence in context: A199212 A113283 A326519 * A112696 A346967 A192925
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)