login
Decimal expansion of 1/550.
0

%I #18 Dec 28 2024 12:34:56

%S 0,0,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,

%T 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,

%U 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1

%N Decimal expansion of 1/550.

%C A021059 shifted right, A010689 shifted right twice. [From _R. J. Mathar_, Oct 25 2008]

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

%t realDigitsRecip[550] (* The realDigitsRecip program is at A021200 *) (* or *) PadRight[{0,0},120,{1,8}] (* _Harvey P. Dale_, Dec 28 2024 *)

%o (PARI) { default(realprecision); x=1/550*10; for(n=1, 100, d=floor(x); x=(x-d)*10; print1(d, ", ")) } \\ _Felix Fröhlich_, Aug 11 2014

%K nonn,cons

%O 0,4

%A _N. J. A. Sloane_.