login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A337808
O.g.f.: 1/(1 - x/(1 - 2^6*x/(1 - 3^6*x/(1 - 4^6*x/(1 - 5^6*x/(1 - 6^6*x/(1 -...))))))), a continued fraction.
5
1, 1, 65, 50881, 231455105, 4104215813761, 220579355255364545, 30221200809380332664641, 9302731197994837387680880385, 5843241203886533657008940262539521, 6942621504765123845961888310824174754625, 14676663615276526648053662674115841827580734401
OFFSET
0,3
FORMULA
a(n) ~ c * d^n * (n!)^6 / sqrt(n), where
d = 12^6 * Gamma(1/3)^6 / Gamma(1/6)^12 = 1.247526211138803516951432724912344768287048859917010218640563910368330569...
c = sqrt(3*d/Pi) = 1.091466801527496975151641909038030945303075901009696629477...
MATHEMATICA
nmax = 15; CoefficientList[Series[1/Fold[(1 - #2/#1) &, 1, Reverse[Range[nmax + 1]^6*x]], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Sep 23 2020
STATUS
approved