login

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

Decimal expansion of 1/629.
0

%I #10 Feb 14 2014 00:51:56

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

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

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

%N Decimal expansion of 1/629.

%t Join[{0,0},RealDigits[1/629,10,120][[1]]] (* _Harvey P. Dale_, Jun 04 2011 *)

%K nonn,cons

%O 0,4

%A _N. J. A. Sloane_