|
| |
|
|
A113672
|
|
Self-convolution 6-th power equals A113666, where a(n) = n*A113666(n-1) for n>=1, with a(0)=1.
|
|
6
| |
|
|
1, 1, 12, 261, 7784, 287145, 12452256, 616408534, 34178166288, 2094929612766, 140568321437700, 10246761825942972, 806426083421461440, 68162575162983744079, 6159817390723312545936, 592796927295190983761100
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
FORMULA
| G.f. satisfies: A(x) = 1 + x*d/dx[x*A(x)^6].
|
|
|
PROG
| (PARI) {a(n)=local(A=1+x*O(x^n)); for(i=1, n, A=1+x*deriv(x*A^6)); polcoeff(A, n, x)}
|
|
|
CROSSREFS
| Cf. A113666, A000699, A113669, A113670, A113671, A113673, A113674.
Sequence in context: A113091 A053324 A138451 * A035265 A167869 A068271
Adjacent sequences: A113669 A113670 A113671 * A113673 A113674 A113675
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Paul D. Hanna (pauldhanna(AT)juno.com), Nov 04 2005
|
| |
|
|