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!)
A303344 Expansion of Product_{n>=1} ((1 + (n*x)^n)/(1 - (n*x)^n))^(1/n). 1
1, 2, 6, 28, 182, 1640, 19220, 278224, 4809942, 96598622, 2208156512, 56580566908, 1605518324884, 49963000166616, 1691615823420800, 61897541544248720, 2433873670903995990, 102341746590575878628, 4582360425862350559350, 217661837260679635780356 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 2 * n^(n-1). - Vaclav Kotesovec, Apr 22 2018
G.f.: exp(Sum_{k>=1} (sigma_k(2*k) - sigma_k(k))*x^k/(2^(k-1)*k)). - Ilya Gutkovskiy, Apr 14 2019
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[((1 + (k*x)^k)/(1 - (k*x)^k))^(1/k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 22 2018 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, ((1+(k*x)^k)/(1-(k*x)^k))^(1/k)))
CROSSREFS
Sequence in context: A104018 A100526 A200560 * A355205 A196555 A084262
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 22 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 16 08:41 EDT 2024. Contains 372552 sequences. (Running on oeis4.)