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.

A143914 Numerators of continued fraction convergents to e^(W(e-1)/(e-1)) where W(z) denotes the Lambert W function and e = 2.718281828...

This page as a plain text file.
%I A143914 #11 Mar 04 2018 04:13:59
%S A143914 1,2,3,8,11,30,161,835,996,552619,1658853,7188031,8846884,210666363,
%T A143914 430179610,4082282853,8594745316,12677028169,3875088336861,
%U A143914 3887765365030,7762853701891,11650619066921,42714710902654
%N A143914 Numerators of continued fraction convergents to e^(W(e-1)/(e-1)) where W(z) denotes the Lambert W function and e = 2.718281828...
%H A143914 G. C. Greubel, <a href="/A143914/b143914.txt">Table of n, a(n) for n = 0..1000</a>
%t A143914 Table[Numerator[FromContinuedFraction[ContinuedFraction[E^((ProductLog[E - 1])/(E - 1)), n]]], {n, 1, 25}]
%Y A143914 Cf. A141606 for decimal expansion, A143913 for continued fraction expansion.
%Y A143914 Cf. A143915
%K A143914 frac,nonn
%O A143914 0,2
%A A143914 _Ross La Haye_, Sep 05 2008