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!)
A309319 E.g.f.: 1/Product_{k>0} (1 - x^(2*k)/(2*k)) (even powers only). 8
1, 1, 12, 300, 15960, 1232280, 157006080, 25418352960, 5859886032000, 1655203620470400, 604893737678630400, 261278195494386470400, 140231830875916632652800, 86107922772424330377600000, 63316800257542340301112320000, 52666943508290765740968161280000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
D. H. Lehmer, On reciprocally weighted partitions, Acta Arithmetica XXI (1972), 379-388 (Theorem 6).
FORMULA
a(n) ~ exp(-gamma/2) * (2*n)! / sqrt(n) [Lehmer, 1972], where gamma is the Euler-Mascheroni constant A001620.
MATHEMATICA
nmax = 20; Table[(CoefficientList[Series[1/Product[(1 - x^(2*k)/(2*k)), {k, 1, 2*nmax}], {x, 0, 2*nmax}], x]*Range[0, 2*nmax]!)[[2 n + 1]], {n, 0, nmax}]
CROSSREFS
Sequence in context: A326437 A303068 A014130 * A358327 A054942 A052795
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jul 23 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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)