login

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

Decimal expansion of 1/634.
0

%I #6 Jan 24 2016 09:52:53

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

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

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

%N Decimal expansion of 1/634.

%t Join[{0,0},RealDigits[1/634,10,120][[1]]] (* _Harvey P. Dale_, Jan 24 2016 *)

%K nonn,cons

%O 0,4

%A _N. J. A. Sloane_.