The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A326755 E.g.f.: Product_{k>=1} 1/(1 - x^(3*k-1)/(3*k-1)). 6
1, 0, 1, 0, 6, 24, 90, 504, 7560, 18144, 485352, 4626720, 32033232, 516559680, 9142044912, 64700161344, 1804378343040, 29722011830784, 308081755013760, 8202581858225664, 184073277074529024, 2067986628774743040, 75069447974837132544, 1673053361596502645760 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
In the article by Lehmer, Theorem 7, p. 387, case b <> 0 and b <> 1, correct formula is W_n(S_a,b) ~ a^(-1/a) * exp(-gamma/a) * (Gamma((b-1)/a) / (Gamma(b/a) * Gamma(1/a))) * n^(1/a - 1).
LINKS
D. H. Lehmer, On reciprocally weighted partitions, Acta Arithmetica XXI (1972), 379-388 (Theorem 7 needs a correction).
FORMULA
a(n) ~ 3^(1/6) * exp(-gamma/3) * Gamma(1/3) * n! / (2*Pi*n^(2/3)).
a(n) ~ exp(-gamma/3) * n! / (3^(1/3) * Gamma(2/3) * n^(2/3)), where gamma is the Euler-Mascheroni constant A001620 and Gamma() is the Gamma function.
MATHEMATICA
nmax = 25; CoefficientList[Series[1/Product[(1-x^(3*k-1)/(3*k-1)), {k, 1, Floor[nmax/3] + 1}], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
Sequence in context: A001352 A155602 A179716 * A365978 A079839 A270955
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 May 15 06:57 EDT 2024. Contains 372538 sequences. (Running on oeis4.)