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...
1, 2, 3, 8, 11, 30, 161, 835, 996, 552619, 1658853, 7188031, 8846884, 210666363, 430179610, 4082282853, 8594745316, 12677028169, 3875088336861, 3887765365030, 7762853701891, 11650619066921, 42714710902654
Offset: 0
Links
- G. C. Greubel, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
Table[Numerator[FromContinuedFraction[ContinuedFraction[E^((ProductLog[E - 1])/(E - 1)), n]]], {n, 1, 25}]