OFFSET
0,6
COMMENTS
Generalization:
1/8 = sum (2^i/10^(i+1)), i >= 0,
1/98 = sum (2^i/100^(i+1)), i >= 0,
1/998 = sum (2^i/1000^(i+1)), i >= 0, (this sequence)
1/9998 = sum (2^i/10000^(i+1)), i >= 0, ... - Daniel Forgues, Oct 28 2011
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. 9.
Mario Raso and Daniele Venturi, On integer sequences in cryptography, J. Math. Cryptol. 20(1) (2026), Article 20240033.
EXAMPLE
0.0010020040080160320641282565130260521042084168336673...
MATHEMATICA
First[RealDigits[1/998, 10, 100, -1]] (* Paolo Xausa, Sep 24 2025 *)
CROSSREFS
KEYWORD
AUTHOR
STATUS
approved
