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 A195070 #22 Jul 19 2021 22:59:35 %S A195070 1,0,0,0,0,0,0,2,7,5,5,7,3,1,9,2,2,4,0,2,6,9,9,3,8,2,8,7,9,0,4,4,1,2, %T A195070 4,9,5,6,9,4,3,3,4,4,0,3,3,2,3,6,7,5,7,4,7,6,8,0,5,9,7,5,0,7,1,5,2,4, %U A195070 6,5,1,2,7,5,6,5,3,3,5,1,4,6,1,5,0,6 %N A195070 Sum_{k>=0} 1/(10k)!. %H A195070 Michael I. Shamos, <a href="http://euro.ecom.cmu.edu/people/faculty/mshamos/cat.pdf">A catalog of the real numbers</a> (2011). %e A195070 1.000000275573192240269938287904412495694334403323675747680597507152465127565335... %t A195070 HypergeometricPFQ[{}, Range[9]/10, 10^-10] // RealDigits[#, 10, 86]& // First (* _Jean-François Alcover_, Feb 13 2013 *) %o A195070 (PARI) default(realprecision,99); suminf(k=0,1/(10*k)!) %K A195070 nonn,cons,easy %O A195070 1,8 %A A195070 _M. F. Hasler_, Sep 08 2011