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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113666 Self-convolution 6-th power of A113672, where a(n) = A113672(n+1)/(n+1). 7
1, 6, 87, 1946, 57429, 2075376, 88058362, 4272270786, 232769956974, 14056832143770, 931523802358452, 67202173618455120, 5243275012537211083, 439986956480236610424, 39519795153012732250740 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

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. A113672, A113662, A113663, A113664, A113665, A113667, A113668.

Sequence in context: A177570 A047786 A181271 * A123544 A138216 A171207

Adjacent sequences:  A113663 A113664 A113665 * A113667 A113668 A113669

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 19:37 EST 2012. Contains 205663 sequences.