reviewed
approved
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”).
reviewed
approved
proposed
reviewed
editing
proposed
p = First@ RealDigits[Pi, 10, 111]; f[n_] := Mod[p[[n + 1]] - p[[n]], 10]; Array[f, 105] (* Robert G. Wilson v, Sep 14 2007 *)
proposed
editing
editing
proposed
p = First@ RealDigits[Pi, 10, 111]; f[n_] := Mod[p[[n + 1]] - p[[n]], 10]; Array[f, 105] - _(* _Robert G. Wilson v_, Sep 14 2007 *)
approved
editing
editing
approved
Mod[Differences[RealDigits[Pi, 10, 120][[1]]], 10] (* Harvey P. Dale, Jul 28 2021 *)
approved
editing
_Luc Comeau-Montasse (lebateleur2(AT)gmail.com), _, Sep 10 2007
p = First@ RealDigits[Pi, 10, 111]; f[n_] := Mod[p[[n + 1]] - p[[n]], 10]; Array[f, 105] - _Robert G. Wilson v (rgwv(AT)rgwv.com), _, Sep 14 2007
More terms from _Robert G. Wilson v (rgwv(AT)rgwv.com), _, Sep 14 2007