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 A095942 #12 Aug 28 2020 03:08:33 %S A095942 5,-6,7,-6,6,-7,7,-6,6,-4,1,4,-9,4,1,-3,1,2,-2,3,-6,2,6,-1,-3,3,-6,2, %T A095942 2,-3,4,0,-4,2,5,-2,0,-2,2,-5,2,3,-7,9,-6,3,3,0,0,-4,4,-4,2,-3,5,-3,0, %U A095942 3,-3,1,-1,-4,5,0,-5,2,-4,7,-1,0,-3,-3,3,2,-2,2,-1,3,-2,4,-5,1,2,-6,2,5,-6,-1,6,1,-3,-3,3,-4,5,0,-2,-2,5,-3 %N A095942 Differences between adjacent digits of e. %t A095942 b = RealDigits[N[E, 1000]]; b = First[b]; a = {}; Do[k = b[[n + 1]] - b[[n]]; AppendTo[a, k], {n, 1, 999}]; a (* _Artur Jasinski_, Mar 16 2008 *) %t A095942 Differences[RealDigits[E,10,120][[1]]] (* _Harvey P. Dale_, Dec 27 2018 *) %Y A095942 Cf. A001113, A138345. %K A095942 base,sign %O A095942 1,1 %A A095942 Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 13 2004 %E A095942 More terms from _Artur Jasinski_, Mar 16 2008