OFFSET
0,4
COMMENTS
Generalization:
1/8 = sum (2^i/10^(i+1)), i >= 0,
1/98 = sum (2^i/100^(i+1)), i >= 0, (this sequence)
1/998 = sum (2^i/1000^(i+1)), i >= 0,
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.
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,-1,1).
MATHEMATICA
Join[{0}, RealDigits[1/98, 10, 120][[1]]] (* Harvey P. Dale, May 29 2013 *)
PROG
(PARI) a(n)=if(n, 577839643763819597984422160356236180402015\10^(n%42)%10, 0) \\ Charles R Greathouse IV, May 28 2026
CROSSREFS
KEYWORD
AUTHOR
STATUS
approved
