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!)
A294506 E.g.f.: 1/Product_{k>0} (1-x^(2*k-1)/(2*k-1)). 9
1, 1, 2, 8, 32, 184, 1184, 9008, 74752, 726528, 7583232, 87931392, 1092516864, 14863589376, 215094226944, 3358032635904, 55181218873344, 970561417248768, 17945595514847232, 351221170194874368, 7186120683011702784, 155103171658691641344 (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 5).
FORMULA
a(n) ~ 2*exp(-gamma/2) * sqrt(2*n) * n! / Pi, where gamma is the Euler-Mascheroni constant A001620 [Lehmer, 1972]. - Vaclav Kotesovec, Jul 23 2019
MATHEMATICA
nmax = 30; CoefficientList[Series[1/Product[(1-x^(2*k-1)/(2*k-1)), {k, 1, Floor[nmax/2] + 1}], {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Nov 02 2017 *)
CROSSREFS
Sequence in context: A009753 A141202 A081358 * A206303 A048855 A262480
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 01 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 March 28 16:34 EDT 2024. Contains 371254 sequences. (Running on oeis4.)