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 A384552 #11 Jun 05 2025 09:50:52 %S A384552 1,3934873077,752172153,4289699021,1201860913,3042060517,642808873, %T A384552 1475608637,1396788065,1898146005,188505305,2609346733,30916241, %U A384552 1732351429,3930590857,2785211933,1131674305,3946192821,3744186681,1503422605,1298444273,1019180709,4250445033 %N A384552 Consecutive states of the linear congruential pseudo-random number generator 3934873077*s mod 2^32 when started at s=1. %C A384552 Periodic with period 2^30. %H A384552 Sean A. Irvine, <a href="/A384552/b384552.txt">Table of n, a(n) for n = 1..10000</a> %H A384552 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 A384552 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers</a>. %F A384552 a(n) = 3934873077 * a(n-1) mod 2^32. %F A384552 a(n) == 1 (mod 4). %t A384552 NestList[Mod[3934873077*#, 2^32] &, 1, 50] (* _Paolo Xausa_, Jun 05 2025 *) %Y A384552 Cf. A384489, A384534, A384546, A384547, A384548, A384549, A384550, A384551. %K A384552 nonn,easy %O A384552 1,2 %A A384552 _Sean A. Irvine_, Jun 02 2025