login

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

Decimal expansion of 1/767.
0

%I #6 Oct 10 2012 15:44:06

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

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

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

%N Decimal expansion of 1/767.

%t Join[{0,0},RealDigits[1/767,10,120][[1]]] (* _Harvey P. Dale_, Oct 10 2012 *)

%K nonn,cons

%O 0,4

%A _N. J. A. Sloane_.