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