login
Decimal expansion of 1/201.
0

%I #6 Oct 10 2020 18:33:35

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

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

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

%N Decimal expansion of 1/201.

%C Cyclical with a cycle length of 33. - _Harvey P. Dale_, Oct 10 2020

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

%K nonn,cons

%O 0,3

%A _N. J. A. Sloane_.