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!)
A293471 a(n) = [x^n] (1/(1 - 2*x/(1 - 2*x/(1 - 4*x/(1 - 4*x/(1 - 6*x/(1 - 6*x/(1 - ...))))))))^n, a continued fraction. 2
1, 2, 20, 248, 3472, 53152, 878144, 15577984, 296411392, 6054973952, 132994708480, 3144712222720, 80063883022336, 2192452931723264, 64427309553434624, 2025284853319303168, 67859418068644069376, 2414526405567056052224, 90909088845844899430400, 3610058425696043667030016 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ sqrt(Pi) * 2^(n + 1/2) * n^(n + 3/2) / exp(n-1). - Vaclav Kotesovec, Sep 16 2021
MATHEMATICA
Table[SeriesCoefficient[1/(1 + ContinuedFractionK[-2 Floor[(k + 1)/2] x, 1, {k, 1, n}])^n, {x, 0, n}], {n, 0, 19}]
Table[SeriesCoefficient[Sum[(2 k)!! x^k, {k, 0, n}]^n, {x, 0, n}], {n, 0, 19}]
CROSSREFS
Sequence in context: A337856 A296660 A197898 * A109106 A099976 A195157
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Oct 09 2017
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 9 22:02 EDT 2024. Contains 373248 sequences. (Running on oeis4.)