login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of 1/236.
0

%I #7 Nov 21 2013 12:46:11

%S 0,0,4,2,3,7,2,8,8,1,3,5,5,9,3,2,2,0,3,3,8,9,8,3,0,5,0,8,4,7,4,5,7,6,

%T 2,7,1,1,8,6,4,4,0,6,7,7,9,6,6,1,0,1,6,9,4,9,1,5,2,5,4,2,3,7,2,8,8,1,

%U 3,5,5,9,3,2,2,0,3,3,8,9,8,3,0,5,0,8,4,7,4,5,7,6,2,7,1,1,8,6,4

%N Decimal expansion of 1/236.

%t Join[{0,0},RealDigits[1/236,10,120][[1]]] (* _Harvey P. Dale_, Jul 14 2011 *)

%K nonn,cons

%O 0,3

%A _N. J. A. Sloane_.