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!)
A113667 Self-convolution 7th power of A113673, where a(n) = A113673(n+1)/(n+1). 9
1, 7, 119, 3122, 108031, 4575543, 227428166, 12920344256, 823981508700, 58224680389435, 4513525625433076, 380801193456921958, 34738963053424196609, 3407790141561016562022, 357764735284328750251272 (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)] )^7.
a(n) ~ c * 7^n * n! * n^(6/7), where c = 0.6609663441165155995412... - 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))^7); polcoeff(A, n, x)}
CROSSREFS
Sequence in context: A221323 A268300 A304917 * A357351 A192565 A171209
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 4 19:15 EDT 2024. Contains 373102 sequences. (Running on oeis4.)