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.

A053980 Engel expansion of zeta(3) = 1.20206... .

Original entry on oeis.org

1, 5, 98, 127, 923, 5474, 16490, 25355, 37910, 85150, 1033216, 2290644, 7844861, 11170684, 18884358, 21481832, 35060787, 52399788, 201059261, 261533994, 9939708446, 211698940106, 3030068839686, 4326424644987, 6082687570463
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