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!)
A319177 a(n) = n! * [x^n] Product_{k>=1} (1 + x^k/k)^n. 2
1, 1, 4, 39, 500, 7990, 156684, 3640392, 97543088, 2960758800, 100428661440, 3764849536800, 154567280328768, 6897265807262064, 332386213584653760, 17204016957686536320, 951852354201532742400, 56059949872552858763520, 3501729575599545174352896, 231227806715994322631352960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * [x^n] exp(n*Sum_{k>=1} Sum_{j>=1} (-1)^(k+1)*x^(j*k)/(k*j^k)).
MATHEMATICA
Table[n! SeriesCoefficient[Product[(1 + x^k/k)^n, {k, 1, n}], {x, 0, n}], {n, 0, 19}]
Table[n! SeriesCoefficient[Exp[n Sum[Sum[(-1)^(k + 1) x^(j k)/(k j^k), {j, 1, n}], {k, 1, n}]], {x, 0, n}], {n, 0, 19}]
CROSSREFS
Sequence in context: A300187 A068187 A307698 * A323323 A300188 A177775
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 12 2018
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 September 3 17:55 EDT 2024. Contains 375674 sequences. (Running on oeis4.)