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.

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

Original entry on oeis.org

1, 3203713013, 1932972153, 1624740557, 1389418801, 4217959141, 2827253801, 893574717, 199498593, 3372915413, 1317388505, 4223549101, 4071519889, 2136354757, 2590104201, 3373966365, 498440897, 1477255605, 4031313209, 3032874637, 784349169, 1495654565
Offset: 1

Views

Author

Sean A. Irvine, Jun 02 2025

Keywords

Comments

Periodic with period 2^30.

Crossrefs

Programs

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

Formula

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