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.
%I A295944 #9 Sep 24 2020 02:56:48 %S A295944 1,1,2,9,48,330,2760,26670,295680,3686760,51080400,778516200, %T A295944 12944131200,233156523600,4522777459200,94000269963600, %U A295944 2083918752115200,49086474041404800,1224240044169542400,32229413145084355200,893129953569780326400,25987602379142314310400,792175050968260985625600 %N A295944 Expansion of e.g.f. 1/(1 - x/(1 - x^2/(2 - x^3/(3 - x^4/(4 - x^5/(5 - x^6/(6 - x^7/(7 - ...)))))))), a continued fraction. %H A295944 Vaclav Kotesovec, <a href="/A295944/b295944.txt">Table of n, a(n) for n = 0..300</a> %F A295944 a(n) ~ c * d^n * n!, where d = 1.38558212161941692858602713469062337279193542118277136584639901149123656221... and c = 0.53969028910223464320214486945875671476165137860949073877514057198146... - _Vaclav Kotesovec_, Sep 24 2020 %t A295944 nmax = 22; CoefficientList[Series[1/(1 + ContinuedFractionK[-x^k, k, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]! %Y A295944 Cf. A005169, A181167, A257544, A295945. %K A295944 nonn %O A295944 0,3 %A A295944 _Ilya Gutkovskiy_, Nov 30 2017