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!)
A113673 Self-convolution 7th power equals A113667, where a(n) = n*A113667(n-1) for n>=1, with a(0)=1. 6
1, 1, 14, 357, 12488, 540155, 27453258, 1591997162, 103362754048, 7415833578300, 582246803894350, 49648781879763836, 4569614321483063496, 451606519694514555917, 47709061981854231868308 (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)^7],
(2) [x^n] exp( x*A(x)^7 ) * (n + 1 - A(x)) = 0 for n > 0,
(3) [x^n] exp( n * x*A(x)^7 ) * (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^7)); polcoeff(A, n, x)}
CROSSREFS
Sequence in context: A161927 A253457 A239784 * A184268 A223383 A215300
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 19 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)