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!)
A326862 E.g.f.: Product_{k>=1} (1 + x^(4*k-1)/(4*k-1)) / (1 - x^(4*k-1)/(4*k-1)). 2
1, 0, 0, 4, 0, 0, 160, 1440, 0, 26880, 691200, 7257600, 11827200, 395366400, 14125363200, 185119334400, 442810368000, 24049778688000, 919255538073600, 13662913904640000, 54833495408640000, 3627817738960896000, 142917996623560704000, 2442221696292618240000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ exp(-gamma/2) * n! / (2*sqrt(n)), where gamma is the Euler-Mascheroni constant A001620.
MATHEMATICA
nmax = 30; CoefficientList[Series[Product[(1+x^(4*k-1)/(4*k-1))/(1-x^(4*k-1)/(4*k-1)), {k, 1, Floor[nmax/4]+1}], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
Sequence in context: A071608 A013451 A013462 * A222325 A101453 A222399
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jul 27 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 6 05:37 EDT 2024. Contains 372290 sequences. (Running on oeis4.)