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 A384547 #10 Jun 09 2025 10:37:49 %S A384547 1,1749966429,863268297,2363076613,3275540433,136402157,1501618201, %T A384547 1169725205,2884540577,4207317117,3511051113,3507530533,1059832433, %U A384547 716775693,3646539705,4015094837,1012634945,1877022365,4142456073,880777797,4127613201,857964845,1091203929 %N A384547 Consecutive states of the linear congruential pseudo-random number generator 1749966429*s mod 2^32 when started at s=1. %C A384547 Periodic with period 2^30. %H A384547 Sean A. Irvine, <a href="/A384547/b384547.txt">Table of n, a(n) for n = 1..10000</a> %H A384547 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 A384547 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers</a>. %F A384547 a(n) = 1749966429 * a(n-1) mod 2^32. %t A384547 NestList[Mod[1749966429*#, 2^32] &, 1, 50] (* _Paolo Xausa_, Jun 09 2025 *) %Y A384547 Cf. A384489, A384534, A384546, A384548, A384549, A384550, A384551, A384552. %K A384547 nonn,easy %O A384547 1,2 %A A384547 _Sean A. Irvine_, Jun 02 2025