login

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

Decimal expansion of 1/754.
0

%I #6 Aug 28 2019 15:15:47

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

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

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

%N Decimal expansion of 1/754.

%t Join[{0,0},RealDigits[1/754,10,120][[1]]] (* _Harvey P. Dale_, Aug 28 2019 *)

%K nonn,cons

%O 0,4

%A _N. J. A. Sloane_.