A021087 Decimal expansion of 1/83.
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
Offset: 0
Examples
.012048192771084337349397590361445783132530120481927710843373493975903614...
Links
- Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1).
Programs
-
Magma
n:=1/83; [0] cat Reverse(Intseq(Floor(10^100*n))); // Vincenzo Librandi, Aug 24 2017
-
Mathematica
Join[ConstantArray[0, Abs@Last@#], First@#]&@RealDigits@N[1/83, 100] (* Vincenzo Librandi, Aug 24 2017 *)
-
PARI
1/83. \\ Charles R Greathouse IV, Aug 24 2017
Comments