Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #6 Sep 06 2016 15:51:21
%S 0,0,1,0,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,0,1,
%T 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,0,7,
%U 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
%N Decimal expansion of 1/912.
%t Join[{0,0},RealDigits[1/912,10,120][[1]]] (* or *) PadRight[{0,0,1,0},120,{4,3,8,5,9,6,4,9,1,2,2,8,0,7,0,1,7,5}] (* _Harvey P. Dale_, Sep 06 2016 *)
%K nonn,cons
%O 0,5
%A _N. J. A. Sloane_.