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!)
A326856 E.g.f.: Product_{k>=1} (1 + x^(4*k-3) / (4*k-3)). 3
1, 1, 0, 0, 0, 24, 144, 0, 0, 40320, 403200, 0, 0, 479001600, 8643317760, 29059430400, 0, 20922789888000, 475108274995200, 1871463083212800, 0, 2432902008176640000, 76354225980899328000, 525098781423304704000, 0, 620448401733239439360000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
In general, if c > 0, mod(d,c) <> 0 and e.g.f. = Product_{k>=1} (1 + x^(c*k+d) / (c*k+d)), then a(n) ~ n! * Gamma(1 + d/c) / (c^(1/c) * exp(gamma/c) * Gamma(1/c) * Gamma(1 + (d+1)/c) * n^(1 - 1/c)), where gamma is the Euler-Mascheroni constant A001620 and Gamma() is the Gamma function.
LINKS
FORMULA
a(n) ~ n! / (sqrt(2*Pi) * exp(gamma/4) * n^(3/4)), where gamma is the Euler-Mascheroni constant A001620.
MATHEMATICA
nmax = 30; CoefficientList[Series[Product[(1+x^(4*k-3)/(4*k-3)), {k, 1, Floor[nmax/4]+1}], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
Sequence in context: A223471 A219988 A316928 * A358960 A076835 A007900
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 April 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)