[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Difference mod 10 of successive digits of Pi.
0

%I #12 Mar 08 2024 08:11:44

%S 8,3,7,4,4,3,4,9,8,2,3,1,8,2,4,9,1,5,6,2,6,4,8,9,0,5,5,9,5,2,6,5,2,6,

%T 0,6,7,8,8,4,5,3,4,6,0,4,4,8,6,9,5,3,4,8,9,8,7,5,5,0,1,4,3,1,7,7,1,3,

%U 5,8,6,6,6,6,8,6,8,8,1,0,9,8,6,6,2,3,1,4,4,3,8,1,8,9,0,6,3,6,1,2,9,4,9,3,4

%N Difference mod 10 of successive digits of Pi.

%t Mod[Differences[RealDigits[Pi,10,120][[1]]],10] (* _Harvey P. Dale_, Jul 28 2021 *)

%K nonn,base

%O 0,1

%A _Luc Comeau-Montasse_, Sep 10 2007

%E More terms from _Robert G. Wilson v_, Sep 14 2007