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!)
A182966 E.g.f.: A(x) = Product_{n>=1} (1 + 3*x^n/n)^n. 3
1, 3, 6, 72, 342, 3330, 36720, 366660, 4974480, 67178160, 1043189280, 16836906240, 303306806880, 5705780240160, 114832957599360, 2475901844095680, 55754442891987840, 1331875774475326080, 33292197644365820160 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
E.g.f.: A(x) = 1 + 3*x + 6*x^2/2! + 72*x^3/3! + 342*x^4/4! +...
A(x) = (1+3x)*(1+3x^2/2)^2*(1+3x^3/3)^3*(1+3x^4/4)^4*(1+3x^5/5)^5*...
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[(1 + 3*x^k/k)^k, {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 07 2020 *)
PROG
(PARI) {a(n, k=3)=n!*polcoeff(prod(m=1, n, (1+k*x^m/m+x*O(x^n))^m), n)}
CROSSREFS
Sequence in context: A362822 A205081 A282175 * A023174 A350992 A213138
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 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)