cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A295242 Expansion of e.g.f. 1/(1 - x*exp(x)/(1 - 2*x*exp(2*x)/(1 - 3*x*exp(3*x)/(1 - 4*x*exp(4*x)/(1 - ...))))), a continued fraction.

This page as a plain text file.
%I A295242 #7 Aug 09 2021 04:37:08
%S A295242 1,1,8,141,4588,238785,18187146,1907650213,263668859560,
%T A295242 46443551748129,10155810113182990,2699369066774377701,
%U A295242 857103398097311042316,320421972956640538172449,139308015910536411839444194,69693570411751759009119119685,39753354051615620993914808710096
%N A295242 Expansion of e.g.f. 1/(1 - x*exp(x)/(1 - 2*x*exp(2*x)/(1 - 3*x*exp(3*x)/(1 - 4*x*exp(4*x)/(1 - ...))))), a continued fraction.
%H A295242 Vaclav Kotesovec, <a href="/A295242/b295242.txt">Table of n, a(n) for n = 0..200</a>
%F A295242 a(n) ~ c * d^n * n^(2*n + 1/2) / exp(2*n), where d = 2.299007884747807311341155634117203393915283915595348... and c = 3.800670014949659244559370644121796775146171755... - _Vaclav Kotesovec_, Aug 09 2021
%t A295242 nmax = 16; CoefficientList[Series[1/(1 + ContinuedFractionK[-k x Exp[k x], 1, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!
%Y A295242 Cf. A295240, A295241.
%K A295242 nonn
%O A295242 0,3
%A A295242 _Ilya Gutkovskiy_, Nov 18 2017