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!)
A127785 G.f. satisfies: A(x) = 1 + x*A(x+x^2)^3. 0
1, 1, 3, 15, 88, 594, 4404, 35260, 300918, 2714187, 25715364, 254752536, 2629587927, 28202629918, 313575278100, 3607684547463, 42880301468830, 525812475574788, 6643855672178904, 86407881067891029, 1155583581407910414 (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^3, x, x+x^2)); polcoeff(A, n)}
CROSSREFS
Sequence in context: A368972 A370472 A365128 * A287511 A231257 A074541
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)