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 A384489 #11 Jun 04 2025 11:30:39 %S A384489 1,392314069,3884484921,1268090989,4095610545,2939532613,4120247913, %T A384489 1352616285,3662927457,371333813,3840713881,2970275661,487491345, %U A384489 3493879077,1452026825,2933230141,3932967105,2951638165,920470521,3864652333,1810654065,1799305477 %N A384489 Consecutive states of the linear congruential pseudo-random number generator 392314069 * s mod 2^32 when started at s=1. %C A384489 Periodic with period 2^30. %D A384489 George S. Fishman, Discrete-Event Simulation: Modeling, Programming, and Analysis, Springer, 2001 (see p. 453). %H A384489 Sean A. Irvine, <a href="/A384489/b384489.txt">Table of n, a(n) for n = 1..10000</a> %H A384489 George S. Fishman, <a href="https://doi.org/10.2307/2008698">Multiplicative Congruential Random Number Generators with Modulus 2^beta: An Exhaustive Analysis for beta = 32 and a Partial Analysis for beta = 48</a>, Math. Comp., 54, 189 (1990), 331-344. %H A384489 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers</a>. %F A384489 a(n) = 392314069 * a(n-1) mod 2^32. %t A384489 NestList[Mod[392314069*#, 2^32] &, 1, 50] (* _Paolo Xausa_, Jun 04 2025 *) %Y A384489 Cf. A384534. %Y A384489 Cf. A096550-A096561 other pseudo-random number generators. %K A384489 nonn,easy %O A384489 1,2 %A A384489 _Sean A. Irvine_, May 30 2025