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.
%I A069655 #10 May 06 2022 07:35:11 %S A069655 2,4,3,3,20,16,11,34,18,128,56,168,39,21,162,116,37,113,72,105,73,245, %T A069655 244,74,159,187,253,663,101,166,34,41,87,71,46,449,181,1874,130,215, %U A069655 457,317,196,256,160,107,72,147,209,114,2632,134,252,844,1285,341,656 %N A069655 Maximum element in the simple continued fraction expansion for (1+1/n)^n. %C A069655 Limit_{n -> infinity} (1+1/n)^n = e. %H A069655 Amiram Eldar, <a href="/A069655/b069655.txt">Table of n, a(n) for n = 1..10000</a> %e A069655 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. %t A069655 Table[ Max[ ContinuedFraction[ (1 + 1/n)^n]], {n, 1, 60}] %Y A069655 Cf. A001113, A069887. %K A069655 easy,nonn %O A069655 1,1 %A A069655 _Benoit Cloitre_, May 09 2002