%I #8 May 24 2021 15:32:24
%S 0,0,4,1,3,2,2,3,1,4,0,4,9,5,8,6,7,7,6,8,5,9,5,0,4,1,3,2,2,3,1,4,0,4,
%T 9,5,8,6,7,7,6,8,5,9,5,0,4,1,3,2,2,3,1,4,0,4,9,5,8,6,7,7,6,8,5,9,5,0,
%U 4,1,3,2,2,3,1,4,0,4,9,5,8,6,7,7,6,8,5,9,5,0,4,1,3,2,2,3,1,4,0
%N Decimal expansion of 1/242.
%C After the initial "0", periodic with period length 22. - _Wesley Ivan Hurt_, May 24 2021
%t Join[{0,0},RealDigits[1/242,10,120][[1]]] (* or *) PadRight[{0},120,{5,0,4,1,3,2,2,3,1,4,0,4,9,5,8,6,7,7,6,8,5,9}] (* _Harvey P. Dale_, Oct 30 2018 *)
%K nonn,cons
%O 0,3
%A _N. J. A. Sloane_.