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 A143915 #7 Mar 04 2018 04:08:47 %S A143915 1,1,2,5,7,19,102,529,631,350103,1050940,4553863,5604803,133464332, %T A143915 272533467,2586265535,5445064537,8031330072,2455000736497, %U A143915 2463032066569,4918032803066,7381064869635,27061227411971,142687201929490 %N A143915 Denominators of continued fraction convergents to e^(W(e-1)/(e-1)) where W(z) denotes the Lambert W function and e = 2.718281828... %H A143915 G. C. Greubel, <a href="/A143915/b143915.txt">Table of n, a(n) for n = 0..1000</a> %t A143915 Table[Denominator[FromContinuedFraction[ContinuedFraction[E^((ProductLog[E - 1])/(E - 1)), n]]], {n, 1, 25}] %Y A143915 Cf. A143914 (numerators), A141606 (decimal expansion), A143913 (continued fraction). %K A143915 frac,nonn %O A143915 0,3 %A A143915 _Ross La Haye_, Sep 05 2008