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!)
A326858 E.g.f.: Product_{k>=1} (1 + x^(3*k-2) / (3*k-2)). 3
1, 1, 0, 0, 6, 30, 0, 720, 5760, 0, 362880, 5417280, 17107200, 479001600, 8885479680, 32691859200, 1307674368000, 34151856076800, 214585052774400, 6402373705728000, 192796754895360000, 1542202547010048000, 55105230485200896000, 1944933030182596608000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) ~ n! / (3^(1/3) * Gamma(2/3) * exp(gamma/3) * n^(2/3)), where gamma is the Euler-Mascheroni constant A001620 and Gamma() is the Gamma function.
MATHEMATICA
nmax = 30; CoefficientList[Series[Product[(1+x^(3*k-2)/(3*k-2)), {k, 1, Floor[nmax/3]+1}], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
Sequence in context: A122802 A144746 A051685 * A165734 A367665 A309253
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 09:20 EDT 2024. Contains 371967 sequences. (Running on oeis4.)