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!)
A307265 Expansion of Product_{k>=1} 1/(1 + (-x)^k/(1 - x)^k). 0
1, 1, 1, 2, 5, 12, 27, 58, 122, 257, 549, 1190, 2600, 5683, 12367, 26749, 57530, 123202, 263115, 561131, 1196248, 2550975, 5443115, 11620526, 24814735, 52979512, 113038103, 240936717, 512916683, 1090501249, 2315608462, 4911611864, 10408318627, 22040127864 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
First differences of the binomial transform of A000700.
LINKS
FORMULA
G.f.: Product_{k>=1} (1 + x^(2*k-1)/(1 - x)^(2*k-1)).
a(n) ~ 2^(n-2) * exp(Pi*sqrt(n/3)/2 + Pi^2/96) / (3^(1/4) * n^(3/4)). - Vaclav Kotesovec, Apr 01 2019
MAPLE
a:=series(mul(1/(1+(-x)^k/(1-x)^k), k=1..50), x=0, 34): seq(coeff(a, x, n), n=0..33); # Paolo P. Lava, Apr 02 2019
MATHEMATICA
nmax = 33; CoefficientList[Series[Product[1/(1 + (-x)^k/(1 - x)^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A000325 A076878 A129983 * A083378 A116712 A000102
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 01 2019
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 4 13:45 EDT 2024. Contains 372243 sequences. (Running on oeis4.)