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!)
A113674 Self-convolution 8th power equals A113668, where a(n) = n*A113668(n-1) for n>=1, with a(0)=1. 6
1, 1, 16, 468, 18784, 932030, 54321840, 3611129620, 268687287744, 22085224470873, 1986091468594160, 193935237759263880, 20436302307290415264, 2311999369405933686648, 279558778132903394262032 (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)^8],
(2) [x^n] exp( x*A(x)^8 ) * (n + 1 - A(x)) = 0 for n > 0,
(3) [x^n] exp( n * x*A(x)^8 ) * (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^8)); polcoeff(A, n, x)}
CROSSREFS
Sequence in context: A368772 A253446 A159646 * A281834 A299078 A299841
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)