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!)
A326859 E.g.f.: Product_{k>=1} (1 + x^(2*k-1)/(2*k-1)) / (1 - x^(2*k-1)/(2*k-1)). 3
1, 2, 4, 16, 80, 448, 3136, 24512, 218368, 2169600, 23752704, 282882048, 3661787136, 51076644864, 763127316480, 12184024793088, 206679198990336, 3710945850949632, 70379726872117248, 1405297582300200960, 29462283451103182848, 647386758393297371136 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ exp(-gamma) * n * n!, where gamma is the Euler-Mascheroni constant A001620.
MATHEMATICA
nmax = 25; CoefficientList[Series[Product[(1+x^(2*k-1)/(2*k-1))/(1-x^(2*k-1)/(2*k-1)), {k, 1, Floor[nmax/2]+1}], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
Sequence in context: A027436 A025225 A115125 * A213010 A000831 A000090
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 June 30 00:34 EDT 2024. Contains 373859 sequences. (Running on oeis4.)