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 A384551 #9 Jun 10 2025 01:17:40 %S A384551 1,3203713013,1932972153,1624740557,1389418801,4217959141,2827253801, %T A384551 893574717,199498593,3372915413,1317388505,4223549101,4071519889, %U A384551 2136354757,2590104201,3373966365,498440897,1477255605,4031313209,3032874637,784349169,1495654565 %N A384551 Consecutive states of the linear congruential pseudo-random number generator 3203713013*s mod 2^32 when started at s=1. %C A384551 Periodic with period 2^30. %H A384551 Sean A. Irvine, <a href="/A384551/b384551.txt">Table of n, a(n) for n = 1..10000</a> %H A384551 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 A384551 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers</a>. %F A384551 a(n) = 3203713013 * a(n-1) mod 2^32. %t A384551 NestList[Mod[3203713013*#, 2^32] &, 1, 50] (* _Paolo Xausa_, Jun 09 2025 *) %Y A384551 Cf. A384489, A384534, A384546, A384547, A384548, A384549, A384550, A384552. %K A384551 nonn,easy %O A384551 1,2 %A A384551 _Sean A. Irvine_, Jun 02 2025