login

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

Decimal expansion of 1/543.
0

%I #6 May 15 2017 13:33:16

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

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

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

%N Decimal expansion of 1/543.

%t Join[{0,0},RealDigits[1/543,10,120][[1]]] (* _Harvey P. Dale_, May 15 2017 *)

%K nonn,cons

%O 0,4

%A _N. J. A. Sloane_.