login

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

Decimal expansion of 1/536.
0

%I #6 Jan 16 2019 14:47:36

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

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

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

%N Decimal expansion of 1/536.

%t Join[{0,0},RealDigits[1/536,10,120][[1]]] (* _Harvey P. Dale_, Jan 16 2019 *)

%K nonn,cons

%O 0,4

%A _N. J. A. Sloane_.