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 A059742 #13 Jul 02 2025 16:02:00 %S A059742 5,8,5,9,8,7,4,4,8,2,0,4,8,8,3,8,4,7,3,8,2,2,9,3,0,8,5,4,6,3,2,1,6,5, %T A059742 3,8,1,9,5,4,4,1,6,4,9,3,0,7,5,0,6,5,3,9,5,9,4,1,9,1,2,2,2,0,0,3,1,8, %U A059742 9,3,0,3,6,6,3,9,7,5,6,5,9,3,1,9,9,4,1,7,0,0,3,8,6,7,2,8,3,4,9,5,4,0,9,6,1 %N A059742 Decimal expansion of e + Pi. %C A059742 It is not presently known if this number is rational or irrational. %H A059742 Harry J. Smith, <a href="/A059742/b059742.txt">Table of n, a(n) for n = 1..20000</a> %e A059742 5.859874482048838473822930854632165381954416493075065395941912220031893... %p A059742 Digits := 200: with(numtheory): it := evalf((Pi+exp(1))/10, 200): for i from 1 to 20 0 do printf(`%d,`,floor(10*it)): it := 10*it-floor(10*it): od: %t A059742 RealDigits[E + Pi, 10, 105][[1]] (* _Robert G. Wilson v_, Sep 24 2004 *) %o A059742 (PARI) { default(realprecision, 20080); x=Pi+exp(1); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b059742.txt", n, " ", d)); } \\ _Harry J. Smith_, May 31 2009 %Y A059742 Cf. A001113, A000796, A058651 (continued fraction). %K A059742 cons,easy,nonn %O A059742 1,1 %A A059742 _Fabian Rothelius_, Feb 10 2001 %E A059742 More terms from _James Sellers_, Feb 13 2001