login
This site is supported by donations 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; internal format)
OFFSET

0,3

FORMULA

G.f. satisfies: 1 - 1/A(x) = x*A( 1 - 1/A(x) )^5.

Self-convolution 5-th 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

Cf. A145166 (A^5); A088713, A145158, A145160, A145162, A145167.

Sequence in context: A120593 A116874 A030044 * A132613 A009763 A028979

Adjacent sequences:  A145162 A145163 A145164 * A145166 A145167 A145168

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 03 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.