A021093 Decimal expansion of 1/89.
0, 1, 1, 2, 3, 5, 9, 5, 5, 0, 5, 6, 1, 7, 9, 7, 7, 5, 2, 8, 0, 8, 9, 8, 8, 7, 6, 4, 0, 4, 4, 9, 4, 3, 8, 2, 0, 2, 2, 4, 7, 1, 9, 1, 0, 1, 1, 2, 3, 5, 9, 5, 5, 0, 5, 6, 1, 7, 9, 7, 7, 5, 2, 8, 0, 8, 9, 8, 8, 7, 6, 4, 0, 4, 4, 9, 4, 3, 8, 2, 0, 2, 2, 4, 7, 1, 9, 1, 0, 1, 1, 2, 3, 5, 9, 5, 5, 0, 5
Offset: 0
References
- Jason Earls, Red Zen, Lulu Press, NY, 2007, pp. 47-48. ISBN: 978-1-4303-2017-3.
- Clifford A. Pickover, A Passion for Mathematics, Wiley, 2005; see p. 66.
Links
- Mario Raso, Integer Sequences in Cryptography: A New Generalized Family and its Application, Ph. D. Thesis, Sapienza University of Rome (Italy 2025). See p. 10.
- Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1).
Programs
-
Maple
Digits:=100; evalf(1/89); # Wesley Ivan Hurt, May 08 2014
-
Mathematica
RealDigits[1/89, 10, 100, -1] (* Wesley Ivan Hurt, May 08 2014 *)
-
PARI
1/89. \\ Charles R Greathouse IV, Dec 05 2011
Comments