Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #6 Dec 12 2019 13:23:08
%S 0,0,2,2,9,8,8,5,0,5,7,4,7,1,2,6,4,3,6,7,8,1,6,0,9,1,9,5,4,0,2,2,9,8,
%T 8,5,0,5,7,4,7,1,2,6,4,3,6,7,8,1,6,0,9,1,9,5,4,0,2,2,9,8,8,5,0,5,7,4,
%U 7,1,2,6,4,3,6,7,8,1,6,0,9,1,9,5,4,0,2,2,9,8,8,5,0,5,7,4,7,1,2
%N Decimal expansion of 1/435.
%t Join[{0,0},RealDigits[1/435,10,120][[1]]] (* or *) PadRight[{0},120,{4,0,2,2,9,8,8,5,0,5,7,4,7,1,2,6,4,3,6,7,8,1,6,0,9,1,9,5}] (* _Harvey P. Dale_, Dec 12 2019 *)
%K nonn,cons
%O 0,3
%A _N. J. A. Sloane_.