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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113667 Self-convolution 7-th power of A113673, where a(n) = A113673(n+1)/(n+1). 7
1, 7, 119, 3122, 108031, 4575543, 227428166, 12920344256, 823981508700, 58224680389435, 4513525625433076, 380801193456921958, 34738963053424196609, 3407790141561016562022, 357764735284328750251272 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

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

PROG

(PARI) {a(n)=local(A=1+x*O(x^n)); for(i=1, n, A=(1+x*deriv(x*A))^7); polcoeff(A, n, x)}

CROSSREFS

Cf. A113673, A113662, A113663, A113664, A113665, A113666, A113668.

Sequence in context: A163202 A076283 A057769 * A192565 A171209 A092612

Adjacent sequences:  A113664 A113665 A113666 * A113668 A113669 A113670

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 16 02:30 EST 2012. Contains 205860 sequences.