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!)
A120976 G.f. satisfies: A(x/A(x)^5) = 1 + x ; thus A(x) = 1 + series_reversion(x/A(x)^5). 4
1, 1, 5, 60, 1060, 23430, 602001, 17281760, 541258390, 18210836060, 651246905140, 24566101401035, 971933892729980, 40156993344526860, 1726753293393763625, 77065076699967844390, 3561820706538663354320, 170162336673835615653925 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. satisfies: A(x) = 1 + x*B(x)^5 = 1 + (1 + x*C(x)^5 )^5 where B(x) and C(x) satisfy: C(x) = B(x)*B(A(x)-1), B(x) = A(A(x)-1), B(A(x)-1) = A(B(x)-1), B(x/A(x)^5) = A(x), B(x) = A(x*B(x)^5) and B(x) is g.f. of A120977.
PROG
(PARI) {a(n)=local(A=[1, 1]); for(i=2, n, A=concat(A, 0); A[ #A]=-Vec(subst(Ser(A), x, x/Ser(A)^5))[ #A]); A[n+1]}
CROSSREFS
Sequence in context: A156125 A260776 A128574 * A062980 A365557 A113665
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 20 2006
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 May 3 17:12 EDT 2024. Contains 372221 sequences. (Running on oeis4.)