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 A295241 #5 Nov 18 2017 09:09:59 %S A295241 1,1,6,63,1024,23025,671196,24295537,1059233008,54376011009, %T A295241 3229888525300,218930722589601,16744189595081928,1431509929349664385, %U A295241 135727622625718838092,14175933450070804285665,1621447178602905553394656,202067106261905557292228097,27312528199766157940311518436 %N A295241 Expansion of e.g.f. 1/(1 - x*exp(x)/(1 - x*exp(2*x)/(1 - x*exp(3*x)/(1 - x*exp(4*x)/(1 - ...))))), a continued fraction. %t A295241 nmax = 18; CoefficientList[Series[1/(1 + ContinuedFractionK[-x Exp[k x], 1, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]! %Y A295241 Cf. A295240, A295242. %K A295241 nonn %O A295241 0,3 %A A295241 _Ilya Gutkovskiy_, Nov 18 2017