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.

Original entry on oeis.org

1, 1099087573, 2291457337, 4026424941, 420705969, 2250972997, 153107049, 3581708125, 1733142113, 3008982197, 3237988505, 577074509, 160677649, 4150171429, 732641225, 3320748093, 2424041665, 1993379477, 3791861753, 363487277, 3187501937, 1778008837, 948009257
Offset: 1

Views

Author

Sean A. Irvine, Jun 01 2025

Keywords

Comments

Periodic with period 2^30.

Crossrefs

Cf. A384489.

Programs

  • Mathematica
    NestList[Mod[1099087573*#, 2^32] &, 1, 50] (* Paolo Xausa, Jun 04 2025 *)

Formula

a(n) = 1099087573 * a(n-1) mod 2^32.