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!)
A145165 G.f. A(x) satisfies A(x/A(x)^5) = 1/(1-x). 5
1, 1, 6, 76, 1406, 32531, 874407, 26234503, 857727024, 30087607090, 1120358453641, 43948073274103, 1805827523343241, 77390779901965470, 3447553371343457810, 159209478315871014816, 7605143367385966288569 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. satisfies: 1 - 1/A(x) = x*A( 1 - 1/A(x) )^5.
Self-convolution 5th power yields A145166.
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n), B); for(n=0, n, B=serreverse(x/A^5); A=1/(1-B)); polcoeff(A, n)}
CROSSREFS
Sequence in context: A236954 A116874 A030044 * A336713 A218303 A132613
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 03 2008
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)