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.

A384375 Consecutive internal states of the linear congruential pseudo-random number generator 950706376*s mod (2^31-1) when started at s=1.

Original entry on oeis.org

1, 950706376, 129027171, 1728259899, 365181143, 1966843080, 1045174992, 636176783, 1602900997, 640853092, 429916489, 1671481929, 1285607481, 1066192246, 48796904, 1176434418, 776417870, 861463458, 1543924916, 557508687, 1650650964, 741730640, 1050856373
Offset: 1

Views

Author

Sean A. Irvine, May 28 2025

Keywords

Comments

Periodic with period 2^31-2.

Crossrefs

Programs

  • Mathematica
    NestList[Mod[950706376*#, 2^31 - 1] &, 1, 50] (* Paolo Xausa, May 29 2025 *)

Formula

a(n) = 950706376 * a(n-1) mod (2^31-1).