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.

A069655 Maximum element in the simple continued fraction expansion for (1+1/n)^n.

Original entry on oeis.org

2, 4, 3, 3, 20, 16, 11, 34, 18, 128, 56, 168, 39, 21, 162, 116, 37, 113, 72, 105, 73, 245, 244, 74, 159, 187, 253, 663, 101, 166, 34, 41, 87, 71, 46, 449, 181, 1874, 130, 215, 457, 317, 196, 256, 160, 107, 72, 147, 209, 114, 2632, 134, 252, 844, 1285, 341, 656
Offset: 1

Views

Author

Benoit Cloitre, May 09 2002

Keywords

Comments

Limit_{n -> infinity} (1+1/n)^n = e.

Examples

			The simple continued fraction expansion of (1+1/10)^10 is [2, 1, 1, 2, 5, 1, 128, 1, 2, 12, 5, 3, 46, 1, 11, 7], hence a(10) = 128.
		

Crossrefs

Programs

  • Mathematica
    Table[ Max[ ContinuedFraction[ (1 + 1/n)^n]], {n, 1, 60}]