login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of 1/686.
0

%I #6 Feb 22 2017 17:19:39

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

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

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

%N Decimal expansion of 1/686.

%t Join[{0,0},RealDigits[1/686,10,120][[1]]] (* _Harvey P. Dale_, Feb 22 2017 *)

%K nonn,cons

%O 0,4

%A _N. J. A. Sloane_.