login

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

Decimal expansion of 1/277.
0

%I #6 Aug 17 2022 11:11:00

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

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

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

%N Decimal expansion of 1/277.

%t Join[{0,0},RealDigits[1/277,10,120][[1]]] (* or *) PadRight[{},120,{0,0,3,6,1,0,1,0,8,3,0,3,2,4,9,0,9,7,4,7,2,9,2,4,1,8,7,7,2,5,6,3,1,7,6,8,9,5,3,0,6,8,5,9,2,0,5,7,7,6,1,7,3,2,8,5,1,9,8,5,5,5,9,5,6,6,7,8,7}] (* _Harvey P. Dale_, Aug 17 2022 *)

%K nonn,cons

%O 0,3

%A _N. J. A. Sloane_.