The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A145162 G.f. A(x) satisfies A(x/A(x)^4) = 1/(1-x). 6
1, 1, 5, 51, 757, 14058, 303443, 7313188, 192096189, 5413972155, 161972306602, 5104569475976, 168500227127871, 5800706769824992, 207552636468976072, 7697809237540240440, 295284422299359774761, 11693774821978063710405 (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) )^4.
Self-convolution square yields A145163.
Self-convolution 4th power yields A145164.
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n), B); for(n=0, n, B=serreverse(x/A^4); A=1/(1-B)); polcoeff(A, n)}
CROSSREFS
Sequence in context: A154886 A356586 A268138 * A339234 A187235 A343674
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 May 21 08:24 EDT 2024. Contains 372729 sequences. (Running on oeis4.)