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 A384548 #9 Jun 10 2025 01:17:49 %S A384548 1,2304580733,2147325193,811843941,3633150545,4276262285,104296921, %T A384548 2522567413,2813021601,4154426269,810643369,2170487173,1239370225, %U A384548 1403680429,823123577,1141497109,3667935041,180813501,3064991305,3071014309,967179665,74820557,716721945 %N A384548 Consecutive states of the linear congruential pseudo-random number generator 2304580733*s mod 2^32 when started at s=1. %C A384548 Periodic with period 2^30. %H A384548 Sean A. Irvine, <a href="/A384548/b384548.txt">Table of n, a(n) for n = 1..10000</a> %H A384548 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 A384548 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers</a>. %F A384548 a(n) = 2304580733 * a(n-1) mod 2^32. %t A384548 NestList[Mod[2304580733*#, 2^32] &, 1, 50] (* _Paolo Xausa_, Jun 09 2025 *) %Y A384548 Cf. A384489, A384534, A384546, A384547, A384549, A384550, A384551, A384552. %K A384548 nonn,easy %O A384548 1,2 %A A384548 _Sean A. Irvine_, Jun 02 2025