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!)
A113668 Self-convolution 8th power of A113674, where a(n) = A113674(n+1)/(n+1). 9
1, 8, 156, 4696, 186406, 9053640, 515875660, 33585910968, 2453913830097, 198609146859416, 17630476159933080, 1703025192274201272, 177846105338917975896, 19968484152350242447288 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
From Vaclav Kotesovec, Oct 23 2020: (Start)
In general, for k>=1, if g.f. satisfies: A(x) = (1 + x*d/dx[x*A(x)] )^k, then a(n) ~ c(k) * k^n * n! * n^((k-1)/k), where c(k) is a constant (dependent only on k).
c(k) tends to A238223*exp(1) = 0.592451670452494179138706... if k tends to infinity.
(End)
LINKS
FORMULA
G.f. satisfies: A(x) = (1 + x*d/dx[x*A(x)] )^8.
a(n) ~ c * 8^n * n! * n^(7/8), where c = 0.6523348263871879460325... - 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))^8); polcoeff(A, n, x)}
CROSSREFS
Sequence in context: A288682 A268543 A345317 * A120348 A251586 A221098
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 May 23 03:43 EDT 2024. Contains 372758 sequences. (Running on oeis4.)