login
A384532
Consecutive states of the linear congruential pseudo-random number generator 663608941*s mod 2^32 when started at s=1.
1
1, 663608941, 4216535657, 1508633781, 3546922769, 2333349949, 1227634681, 1132643077, 1351376673, 1919950605, 164855433, 658288213, 1272246321, 3018965725, 1134861849, 1895169701, 3480322625, 1729483693, 3273926313, 2046821365, 1986078033, 2320900477
OFFSET
1,2
COMMENTS
Periodic with period 2^30.
LINKS
FORMULA
a(n) = 663608941 * a(n-1) mod 2^32.
MATHEMATICA
NestList[Mod[663608941*#, 2^32] &, 1, 50] (* Paolo Xausa, Jun 04 2025 *)
CROSSREFS
Cf. A096550-A096561 other pseudo-random number generators.
Sequence in context: A290039 A289958 A263894 * A291550 A234071 A234795
KEYWORD
nonn,easy
AUTHOR
Sean A. Irvine, Jun 01 2025
STATUS
approved