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!)
A213227 G.f. satisfies: A(x) = 1/(1 - x/A(-x*A(x)^6)). 8
1, 1, 2, 8, 35, 181, 1042, 6301, 39435, 249744, 1585386, 10027385, 62696192, 385398251, 2322152120, 13727653882, 80274175978, 472701550856, 2883417403654, 18796497074750, 132728456810968, 995480740265410, 7605881152587204, 56821415293287735, 403362682583930224 (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 + 2*x^2 + 8*x^3 + 35*x^4 + 181*x^5 + 1042*x^6 +...
Related expansions:
A(x)^6 = 1 + 6*x + 27*x^2 + 128*x^3 + 645*x^4 + 3462*x^5 + 19823*x^6 +...
1/A(-x*A(x)^6) = 1 + x + 5*x^2 + 20*x^3 + 108*x^4 + 638*x^5 + 3889*x^6 +...
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=1, n, A=1/(1-x/subst(A, x, -x*subst(A^6, x, x+x*O(x^n)))) ); polcoeff(A, n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A030881 A030820 A030972 * A020009 A257555 A007508
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 April 19 18:00 EDT 2024. Contains 371797 sequences. (Running on oeis4.)