login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113670 Self-convolution 4-th 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; internal format)
OFFSET

0,3

FORMULA

G.f. satisfies: A(x) = 1 + x*d/dx[x*A(x)^4].

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

Cf. A113664, A000699, A113669, A113671, A113672, A113673, A113674.

Sequence in context: A099715 A023814 A062126 * A156468 A056988 A085699

Adjacent sequences:  A113667 A113668 A113669 * A113671 A113672 A113673

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 04 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:09 EST 2012. Contains 205663 sequences.