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!)
A113666 Self-convolution 6th power of A113672, where a(n) = A113672(n+1)/(n+1). 9
1, 6, 87, 1946, 57429, 2075376, 88058362, 4272270786, 232769956974, 14056832143770, 931523802358452, 67202173618455120, 5243275012537211083, 439986956480236610424, 39519795153012732250740 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f. satisfies: A(x) = (1 + x*d/dx[x*A(x)] )^6.
a(n) ~ c * 6^n * n! * n^(5/6), where c = 0.67248889832227393928944... - Vaclav Kotesovec, Oct 23 2020
PROG
(PARI) {a(n)=local(A=1+x*O(x^n)); for(i=1, n, A=(1+x*deriv(x*A))^6); polcoeff(A, n, x)}
CROSSREFS
Sequence in context: A181271 A249929 A289394 * A365011 A123544 A239749
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 04 2005
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 June 9 01:05 EDT 2024. Contains 373227 sequences. (Running on oeis4.)