login

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

Decimal expansion of 1/273.
1

%I #13 May 03 2024 14:32:00

%S 0,0,3,6,6,3,0,0,3,6,6,3,0,0,3,6,6,3,0,0,3,6,6,3,0,0,3,6,6,3,0,0,3,6,

%T 6,3,0,0,3,6,6,3,0,0,3,6,6,3,0,0,3,6,6,3,0,0,3,6,6,3,0,0,3,6,6,3,0,0,

%U 3,6,6,3,0,0,3,6,6,3,0,0,3,6,6,3,0,0,3,6,6,3,0,0,3,6,6,3,0,0,3

%N Decimal expansion of 1/273.

%H <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (2, -2, 1).

%t Join[{0,0},RealDigits[1/273,10,120][[1]]] (* or *) PadRight[{},120,{0,0,3,6,6,3}] (* _Harvey P. Dale_, May 19 2019 *)

%K nonn,cons

%O 0,3

%A _N. J. A. Sloane_.