login

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

Decimal expansion of 1/313.
0

%I #8 May 10 2021 16:34:44

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

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

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

%N Decimal expansion of 1/313.

%e 0.003194888...

%t Join[{0,0},RealDigits[1/313 ,10,120][[1]]] (* _Harvey P. Dale_, May 10 2021 *)

%K nonn,cons

%O 0,3

%A _N. J. A. Sloane_.