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.

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

This page as a plain text file.
%I A384534 #9 Jun 04 2025 11:30:26
%S A384534 1,1099087573,2291457337,4026424941,420705969,2250972997,153107049,
%T A384534 3581708125,1733142113,3008982197,3237988505,577074509,160677649,
%U A384534 4150171429,732641225,3320748093,2424041665,1993379477,3791861753,363487277,3187501937,1778008837,948009257
%N A384534 Consecutive states of the linear congruential pseudo-random number generator 1099087573 * s mod 2^32 when started at s=1.
%C A384534 Periodic with period 2^30.
%H A384534 Sean A. Irvine, <a href="/A384534/b384534.txt">Table of n, a(n) for n = 1..10000</a>
%H A384534 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 A384534 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers</a>.
%F A384534 a(n) = 1099087573 * a(n-1) mod 2^32.
%t A384534 NestList[Mod[1099087573*#, 2^32] &, 1, 50] (* _Paolo Xausa_, Jun 04 2025 *)
%Y A384534 Cf. A384489.
%K A384534 nonn,easy
%O A384534 1,2
%A A384534 _Sean A. Irvine_, Jun 01 2025