The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A213232 G.f. satisfies: A(x) = 1/(1 - x/A(-x*A(x)^9)^3). 8
1, 1, 4, 28, 215, 1983, 19789, 213698, 2426851, 28661509, 348287354, 4322627557, 54508747790, 695534616050, 8953637420349, 116002300640637, 1509724588732027, 19707310304585212, 257698683361191598, 3372154116182404890, 44121356408759264549 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Compare g.f. to:
(1) G(x) = 1/(1 - x/G(-x*G(x)^3)^1) when G(x) = 1/(1 - x*G(x)^1) (A000108).
(2) G(x) = 1/(1 - x/G(-x*G(x)^5)^2) when G(x) = 1/(1 - x*G(x)^2) (A001764).
(3) G(x) = 1/(1 - x/G(-x*G(x)^7)^3) when G(x) = 1/(1 - x*G(x)^3) (A002293).
(4) G(x) = 1/(1 - x/G(-x*G(x)^9)^4) when G(x) = 1/(1 - x*G(x)^4) (A002294).
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 4*x^2 + 28*x^3 + 215*x^4 + 1983*x^5 + 19789*x^6 +...
Related expansions:
A(x)^9 = 1 + 9*x + 72*x^2 + 624*x^3 + 5661*x^4 + 54621*x^5 + 555837*x^6 +...
1/A(-x*A(x)^9)^3 = 1 + 3*x + 21*x^2 + 154*x^3 + 1446*x^4 + 14511*x^5 + 158838*x^6 +...
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=1, n, A=1/(1-x/subst(A^3, x, -x*subst(A^9, x, x+x*O(x^n)))) ); polcoeff(A, n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A106258 A085363 A275650 * A039741 A130185 A182432
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 06 2012
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 June 12 03:13 EDT 2024. Contains 373321 sequences. (Running on oeis4.)