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!)
A113670 Self-convolution 4th power equals A113664, where a(n) = n*A113664(n-1) for n>=1, with a(0)=1. 6
1, 1, 8, 114, 2224, 53725, 1528200, 49703108, 1813503712, 73247619060, 3242579748000, 156107189374202, 8121266448765936, 454110696002834806, 27165980379205109232, 1731608155057922555400, 117183510733473232477120 (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)^4],
(2) [x^n] exp( x*A(x)^4 ) * (n + 1 - A(x)) = 0 for n > 0,
(3) [x^n] exp( n * x*A(x)^4 ) * (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^4)); polcoeff(A, n, x)}
CROSSREFS
Sequence in context: A062126 A222520 A220635 * A347019 A156468 A293992
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 23 12:44 EDT 2024. Contains 371913 sequences. (Running on oeis4.)