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.

A385102 Consecutive internal states of the linear congruential pseudo-random number generator for Turbo Pascal 3.0 when started at 1.

Original entry on oeis.org

1, 907633514, 2028239699, 557549500, 4112042149, 3080093198, 3102664695, 1719420512, 3669547337, 1832837298, 1120443547, 3710930180, 2876256749, 2577566550, 2701236543, 1474796456, 2177815185, 2672918010, 2116672995, 3375510092, 2556738357, 14399646
Offset: 1

Views

Author

Sean A. Irvine, Jun 17 2025

Keywords

Crossrefs

Programs

  • Mathematica
    NestList[Mod[129# + 907633385, 2^32] &,1,21] (* Stefano Spezia, Jun 18 2025 *)

Formula

a(n) = (129 * a(n-1) + 907633385) mod 2^32.