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