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!)
A113671 Self-convolution 5th power equals A113665, where a(n) = n*A113665(n-1) for n>=1, with a(0)=1. 6
1, 1, 10, 180, 4440, 135525, 4866156, 199577910, 9174096960, 466435229220, 25973117225450, 1571873641094680, 102741164109622800, 7214517196021315830, 541781124945022815720, 43336510897320779553450 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. A(x) satisfies:
(1) A(x) = 1 + x*d/dx[x*A(x)^5],
(2) [x^n] exp( x*A(x)^5 ) * (n + 1 - A(x)) = 0 for n > 0,
(3) [x^n] exp( n * x*A(x)^5 ) * (2 - A(x)) = 0 for n > 0. - Paul D. Hanna, May 27 2018
PROG
(PARI) {a(n)=local(A=1+x*O(x^n)); for(i=1, n, A=1+x*deriv(x*A^5)); polcoeff(A, n, x)}
CROSSREFS
Sequence in context: A367986 A113119 A067416 * A001762 A034908 A030048
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)