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.

A053977 Engel expansion of the Euler-Mascheroni constant gamma A001620 = 0.57721566... .

Original entry on oeis.org

2, 7, 13, 19, 85, 2601, 9602, 46268, 4812284, 147961485, 210810243, 814960948, 1003849128, 1016803038, 12917183059, 26242325020, 22215291139324, 30797877759859, 60139200644343, 121848657453426, 133555928335475
Offset: 1

Views

Author

Jeppe Stig Nielsen, Apr 02 2000

Keywords

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.

Crossrefs

Programs

  • 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 ] ]

Extensions

More terms and additional comments from Mitch Harris, Jan 15 2001