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!)
A347795 Expansion of e.g.f. 1/(1 - x*exp(x)/(1 - 4*x*exp(x)/(1 - 9*x*exp(x)/(1 - 16*x*exp(x)/(1 - ...))))), a continued fraction. 0
1, 1, 12, 429, 37876, 6761065, 2136044046, 1089769282777, 840138009989496, 930785292596431665, 1424838078730777692250, 2919980132606043561607201, 7805899106468938819037737572, 26636112093062499073393688363737, 113900544542333346101951507567405622 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ 2^(4*n + 7/2) * n^(3*n + 1) / (exp(3*n) * Pi^(2*n)).
MATHEMATICA
nmax = 20; CoefficientList[Series[1/(1 + ContinuedFractionK[-k^2*x*Exp[x], 1, {k, 1, nmax}]), {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
Cf. A295240.
Sequence in context: A036687 A262858 A123778 * A129006 A067429 A054913
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Sep 14 2021
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 23 13:40 EDT 2024. Contains 372763 sequences. (Running on oeis4.)