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