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!)
A213226 G.f. satisfies: A(x) = 1/(1 - x/A(-x*A(x)^5)). 8
1, 1, 2, 7, 27, 122, 607, 3208, 17688, 99803, 571238, 3292738, 19001315, 109303307, 624615928, 3537913240, 19843769848, 110273489737, 608712132055, 3355449334452, 18624818099047, 105191779542849, 610586100129734, 3662333209225714, 22652502251884322 (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 + 7*x^3 + 27*x^4 + 122*x^5 + 607*x^6 +...
Related expansions:
A(x)^5 = 1 + 5*x + 20*x^2 + 85*x^3 + 380*x^4 + 1801*x^5 + 9045*x^6 +...
1/A(-x*A(x)^5) = 1 + x + 4*x^2 + 14*x^3 + 66*x^4 + 336*x^5 + 1805*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^5, x, x+x*O(x^n)))) ); polcoeff(A, n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A150645 A060017 A211475 * A058800 A357901 A342056
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 24 08:21 EDT 2024. Contains 371926 sequences. (Running on oeis4.)