OFFSET
1,2
COMMENTS
Periodic with period 2^47-116 (0 is only number not in the cycle).
LINKS
Sean A. Irvine, Table of n, a(n) for n = 1..10000
Pierre L'Ecuyer, François Blouin, and Raymond Couture, A search for good multiple recursive random number generators, ACM Trans. on Modeling and Computer Simulation (TOMACS), 3, 2 (1993), 87-98.
FORMULA
a(n) = 71971110957370 * a(n-1) mod (2^47-115).
MATHEMATICA
NestList[Mod[71971110957370*#, 2^47 - 115] &, 1, 20] (* Paolo Xausa, Jun 12 2025 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Sean A. Irvine, Jun 07 2025
STATUS
approved
