|
| |
|
|
A059191
|
|
Engel expansion of 1/gamma, (gamma is the Euler-Mascheroni constant A001620) = 1.73245.
|
|
1
|
|
|
|
1, 2, 3, 3, 6, 10, 20, 46, 226, 1836, 3719, 14308, 17262, 129530, 945152, 1535786, 2229882, 3560447, 9434930, 20957352, 102311436, 312567415, 449243761, 4362956254, 12000988888, 22909186976, 29969826721
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,2
|
|
|
COMMENTS
|
Cf. A006784 for definition of Engel expansion
|
|
|
REFERENCES
|
F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191.
P. Erdos and _Jeffrey Shallit_, New bounds on the length of finite Pierce and Engel series, Sem. Theor. Nombres Bordeaux (2) 3 (1991), no.1, 43-53.
|
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=1..300
Index entries for sequences related to Engel expansions
|
|
|
MATHEMATICA
|
EngelExp[ A_, n_ ] := Join[ Array[ 1&, Floor[ A ] ], First@Transpose@NestList[ {Ceiling[ 1/Expand[ #[ [ 1 ] ]#[ [ 2 ] ]-1 ] ], Expand[ #[ [ 1 ] ]#[ [ 2 ] ]-1 ]}&, {Ceiling[ 1/(A-Floor[ A ]) ], A-Floor[ A ]}, n-1 ] ]
|
|
|
CROSSREFS
|
Sequence in context: A129068 A079888 A165257 * A124063 A054630 A049875
Adjacent sequences: A059188 A059189 A059190 * A059192 A059193 A059194
|
|
|
KEYWORD
|
nonn,easy,nice
|
|
|
AUTHOR
|
Mitch Harris
|
|
|
STATUS
|
approved
|
| |
|
|