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.

A138714 Add 1, modulo 10, to the decimal expansion of e, A001113.

This page as a plain text file.
%I A138714 #12 Jul 05 2022 11:46:17
%S A138714 3,8,2,9,3,9,2,9,3,9,5,6,0,1,5,6,3,4,6,4,7,1,3,9,8,5,8,2,4,6,3,7,7,3,
%T A138714 5,0,8,8,6,8,3,5,8,1,0,4,7,0,0,0,6,0,6,8,5,0,7,7,0,7,8,7,3,8,8,3,5,1,
%U A138714 8,7,7,4,1,4,6,4,6,5,8,6,0,5,6,8,2,4,9,3,2,8,9,6,3,6,2,7,7,5,3,8,5,3,8,5,7
%N A138714 Add 1, modulo 10, to the decimal expansion of e, A001113.
%e A138714 3.82939293956015634647139858...
%t A138714 Mod[# + 1, 10] & /@ First@ RealDigits@ N[E, 105] (* _Michael De Vlieger_, Apr 01 2015 *)
%o A138714 (Sage) [(floor((1+e*10^n))%10) for n in range(105)] # _Danny Rorabaugh_, Apr 01 2015
%Y A138714 Cf. A001113, A059833.
%K A138714 easy,nonn,base
%O A138714 1,1
%A A138714 _Felix Tubiana_, May 15 2008
%E A138714 Offset set to 1 by _Alois P. Heinz_, Jul 05 2022