login

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

Decimal expansion of 1/776.
0

%I #6 Apr 27 2020 17:16:44

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

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

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

%N Decimal expansion of 1/776.

%t Join[{0,0},RealDigits[1/776,10,120][[1]]] (* _Harvey P. Dale_, Apr 27 2020 *)

%K nonn,cons

%O 0,4

%A _N. J. A. Sloane_.