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!)
A021087 Decimal expansion of 1/83. 0

%I #15 Sep 08 2022 08:44:45

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

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

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

%N Decimal expansion of 1/83.

%C This is the case k=17 in Sum_{i>=0} k^i/100^(i+1) = 1/(100-k) for |k| < 100. - _Bruno Berselli_, Aug 23 2017

%e .012048192771084337349397590361445783132530120481927710843373493975903614...

%t Join[ConstantArray[0, Abs@Last@#], First@#]&@RealDigits@N[1/83, 100] (* _Vincenzo Librandi_, Aug 24 2017 *)

%o (Magma) n:=1/83; [0] cat Reverse(Intseq(Floor(10^100*n))); // _Vincenzo Librandi_, Aug 24 2017

%o (PARI) 1/83. \\ _Charles R Greathouse IV_, Aug 24 2017

%K nonn,cons,easy

%O 0,3

%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 April 24 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)