login
Decimal expansion of 1/228.
0

%I #6 Oct 21 2016 14:12:08

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

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

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

%N Decimal expansion of 1/228.

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

%K nonn,cons

%O 0,3

%A _N. J. A. Sloane_.