The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A300412 a(n) = [x^n] Product_{k>=1} ((1 + n*x^k)/(1 - n*x^k))^k. 0
1, 2, 16, 144, 1376, 15800, 210816, 3333372, 61688448, 1318588146, 32004369200, 869282342632, 26099925704928, 857736429098848, 30605729417479104, 1177841009504482200, 48614265201514729984, 2141639401723095243324, 100282931820560447963568, 4973060138191518242569120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 2 * n^n * (1 + 4/n + 14/n^2 + 44/n^3 + 124/n^4 + 328/n^5 + 824/n^6 + 1980/n^7 + 4590/n^8 + 10320/n^9 + 22584/n^10 + ...), for coefficients see A261451. - Vaclav Kotesovec, Mar 05 2018
EXAMPLE
The table of coefficients of x^k in expansion of Product_{k>=1} ((1 + n*x^k)/(1 - n*x^k))^k begins:
n = 0: (1), 0, 0, 0, 0, 0, ...
n = 1: 1, (2), 6, 16, 38, 88, ...
n = 2: 1, 4, (16), 60, 192, 596, ...
n = 3: 1, 6, 30, (144), 582, 2280, ...
n = 4: 1, 8, 48, 280, (1376), 6568, ...
n = 5: 1, 10, 70, 480, 2790, (15800), ...
MATHEMATICA
Table[SeriesCoefficient[Product[((1 + n x^k)/(1 - n x^k))^k, {k, 1, n}], {x, 0, n}], {n, 0, 19}]
CROSSREFS
Sequence in context: A199565 A003768 A214767 * A333727 A024915 A162440
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 05 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 May 20 04:40 EDT 2024. Contains 372703 sequences. (Running on oeis4.)