This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A384933 #9 Jun 13 2025 08:20:25 %S A384933 1,1589013526,2788435407,2237951484,147543469,4023452466,2064276251, %T A384933 628809016,3191326105,3400909198,226805927,423946676,1664555973, %U A384933 2001363754,382458483,1721986928,3087754289,537519110,491142271,2895284844,187886301,2237693986,992271051 %N A384933 Consecutive states of the linear congruential pseudo-random number generator (1589013525*s + 1) mod 2^32 when started at s=1. %C A384933 Periodic with period 2^32. %H A384933 Sean A. Irvine, <a href="/A384933/b384933.txt">Table of n, a(n) for n = 1..10000</a> %H A384933 B. D. Ripley, <a href="https://doi.org/10.2307/1402590">Computer Generation of Random Variables: A Tutorial</a>, International Statistical Review, 51 (1983), 301-309. %H A384933 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers.</a> %F A384933 a(n) = (1589013525*a(n-1) + 1) mod 2^32. %t A384933 NestList[Mod[1589013525*# + 1, 2^32] &, 1, 30] (* _Paolo Xausa_, Jun 13 2025 *) %Y A384933 Cf. A096551-A096561 (other pseudo-random number generators). %K A384933 nonn,easy %O A384933 1,2 %A A384933 _Sean A. Irvine_, Jun 12 2025