%I #12 Jul 05 2022 11:46:17
%S 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 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 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 Add 1, modulo 10, to the decimal expansion of e, A001113.
%e 3.82939293956015634647139858...
%t Mod[# + 1, 10] & /@ First@ RealDigits@ N[E, 105] (* _Michael De Vlieger_, Apr 01 2015 *)
%o (Sage) [(floor((1+e*10^n))%10) for n in range(105)] # _Danny Rorabaugh_, Apr 01 2015
%Y Cf. A001113, A059833.
%K easy,nonn,base
%O 1,1
%A _Felix Tubiana_, May 15 2008
%E Offset set to 1 by _Alois P. Heinz_, Jul 05 2022