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!)
A303343 Expansion of Product_{n>=1} ((1 - (n*x)^n)/(1 + (n*x)^n))^(1/n). 2
1, -2, -2, -12, -90, -968, -12764, -200464, -3674378, -76958942, -1814783184, -47618072204, -1376556963244, -43481881639608, -1490306874257184, -55091497907730000, -2185104061817592618, -92567886910879671396, -4171638481112174023226 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ -2 * n^(n-1). - Vaclav Kotesovec, Apr 25 2018
G.f.: exp(Sum_{k>=1} (sigma_k(k) - sigma_k(2*k))*x^k/(2^(k-1)*k)). - Ilya Gutkovskiy, Apr 14 2019
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: A013315 A032321 A013311 * A087220 A032320 A032227
KEYWORD
sign
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 August 14 16:17 EDT 2024. Contains 375165 sequences. (Running on oeis4.)