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!)
A284474 Expansion of Product_{k>=1} (1 + x^(2*k))^(2*k)/(1 + x^(2*k-1))^(2*k-1). 6
1, -1, 3, -6, 11, -22, 42, -74, 131, -231, 395, -669, 1122, -1851, 3029, -4915, 7891, -12572, 19881, -31203, 48657, -75391, 116096, -177792, 270822, -410394, 618905, -929052, 1388403, -2066140, 3062270, -4520912, 6649463, -9745072, 14232278, -20716355, 30057438 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ (-1)^n * exp(-1/12 + 3 * 2^(-5/3) * (7*Zeta(3))^(1/3) * n^(2/3)) * A * (7*Zeta(3))^(5/36) / (2^(10/9) * sqrt(3*Pi) * n^(23/36)), where A is the Glaisher-Kinkelin constant A074962. - Vaclav Kotesovec, Apr 17 2017
G.f.: exp(Sum_{k>=1} (-1)^k*x^k/(k*(1 + x^k)^2)). - Ilya Gutkovskiy, Jun 20 2018
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[(1 + x^(2*k))^(2*k)/(1 + x^(2*k-1))^(2*k-1), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 15 2017 *)
CROSSREFS
Sequence in context: A195734 A018177 A103322 * A117075 A024506 A068033
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 15 2017
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 July 19 02:27 EDT 2024. Contains 374388 sequences. (Running on oeis4.)