login

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

Decimal expansion of 1/271.
1

%I #13 Apr 28 2024 16:29:56

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

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

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

%N Decimal expansion of 1/271.

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

%t Join[{0,0},RealDigits[1/271,10,120][[1]]] (* or *) PadRight[{},120,{0,0,3,6,9}] (* _Harvey P. Dale_, Mar 24 2016 *)

%K nonn,cons

%O 0,3

%A _N. J. A. Sloane_.