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
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, 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, 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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
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
LINKS
EXAMPLE
.012048192771084337349397590361445783132530120481927710843373493975903614...
MATHEMATICA
Join[ConstantArray[0, Abs@Last@#], First@#]&@RealDigits@N[1/83, 100] (* Vincenzo Librandi, Aug 24 2017 *)
PROG
(Magma) n:=1/83; [0] cat Reverse(Intseq(Floor(10^100*n))); // Vincenzo Librandi, Aug 24 2017
(PARI) 1/83. \\ Charles R Greathouse IV, Aug 24 2017
CROSSREFS
Sequence in context: A255643 A230277 A117902 * A120558 A354042 A325416
KEYWORD
nonn,cons,easy
AUTHOR
STATUS
approved

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 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)