cp's OEIS Frontend

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.

A384549 Consecutive states of the linear congruential pseudo-random number generator 2396548189*s mod 2^32 when started at s=1.

This page as a plain text file.
%I A384549 #16 Jun 06 2025 12:16:54
%S A384549 1,2396548189,919509449,1367779845,2816335825,1549695725,2552669209,
%T A384549 3864799509,3766995105,1875889789,3641884521,2200425765,3499887217,
%U A384549 443512589,1236253625,3928047157,4144624961,4008543389,4206061833,1628763205,2078398737,3707176749
%N A384549 Consecutive states of the linear congruential pseudo-random number generator 2396548189*s mod 2^32 when started at s=1.
%C A384549 Periodic with period 2^30.
%H A384549 Sean A. Irvine, <a href="/A384549/b384549.txt">Table of n, a(n) for n = 1..10000</a>
%H A384549 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 A384549 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers</a>.
%F A384549 a(n) = 2396548189 * a(n-1) mod 2^32.
%t A384549 NestList[Mod[2396548189*#, 2^32] &, 1, 50] (* _Paolo Xausa_, Jun 05 2025 *)
%Y A384549 Cf. A384489, A384534, A384546, A384547, A384548, A384550, A384551, A384552.
%K A384549 nonn,easy
%O A384549 1,2
%A A384549 _Sean A. Irvine_, Jun 02 2025