Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #15 Feb 22 2014 06:03:38
%S 0,0,1,2,4,3,7,8,1,0,9,4,5,2,7,3,6,3,1,8,4,0,7,9,6,0,1,9,9,0,0,4,9,7,
%T 5,1,2,4,3,7,8,1,0,9,4,5,2,7,3,6,3,1,8,4,0,7,9,6,0,1,9,9,0,0,4,9,7,5,
%U 1,2,4,3,7,8,1,0,9,4,5,2,7,3,6,3,1,8,4,0,7,9,6,0,1,9,9,0,0,4,9
%N Decimal expansion of 1/804.
%e 0.0012437810945273631840796019900497512437810945273631840796...
%t Join[{0,0},RealDigits[1/804,10,120][[1]]] (* _Harvey P. Dale_, Jul 06 2011 *)
%K nonn,cons
%O 0,4
%A _N. J. A. Sloane_