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!)
A182967 E.g.f.: A(x) = Product_{n>=1} (1 + 4*x^n/n)^n. 3
1, 4, 8, 120, 576, 6240, 75840, 772800, 11585280, 163914240, 2694558720, 45947489280, 876665180160, 17329568256000, 364677585592320, 8306018798837760, 195321474697789440, 4892032896606535680 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
E.g.f.: A(x) = 1 + 4*x + 8*x^2/2! + 120*x^3/3! + 576*x^4/4! +...
A(x) = (1+4x)*(1+4x^2/2)^2*(1+4x^3/3)^3*(1+4x^4/4)^4*(1+4x^5/5)^5*...
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Product[(1+4 x^n/n)^n, {n, nn}], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Apr 11 2020 *)
PROG
(PARI) {a(n, k=4)=n!*polcoeff(prod(m=1, n, (1+k*x^m/m+x*O(x^n))^m), n)}
CROSSREFS
Sequence in context: A111100 A105036 A012940 * A013049 A193155 A060239
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 19 2010
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 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)