[go: up one dir, main page]

login
Decimal expansion of 1/519.
0

%I #6 Apr 29 2016 14:58:23

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

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

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

%N Decimal expansion of 1/519.

%t Join[{0,0},RealDigits[1/519,10,120][[1]]] (* or *) PadRight[{},120,{0,0,1,9,2,6,7,8,2,2,7,3,6,0,3,0,8,2,8,5,1,6,3,7,7,6,4,9,3,2,5,6,2,6,2,0,4,2,3,8,9,2,1}] (* _Harvey P. Dale_, Apr 29 2016 *)

%K nonn,cons

%O 0,4

%A _N. J. A. Sloane_.