login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A021554 Decimal expansion of 1/550. 0

%I #16 Apr 28 2024 12:16:46

%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).

%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_.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 7 14:49 EDT 2024. Contains 374106 sequences. (Running on oeis4.)