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.

A385127 Consecutive internal states of the linear congruential pseudo-random number generator for gcc 2.6.3 when started at 1.

This page as a plain text file.
%I A385127 #11 Jun 23 2025 19:38:09
%S A385127 1,69074,475904815,884950952,997714317,2674863854,2153294491,
%T A385127 4064640292,103025113,3375687626,3068976839,1640333408,3540823269,
%U A385127 1389565030,527860659,3125448028,2218581681,3669905602,625116511,3161038872,3721292605,2231040222,880447435
%N A385127 Consecutive internal states of the linear congruential pseudo-random number generator for gcc 2.6.3 when started at 1.
%C A385127 Periodic with period 2^32.
%H A385127 Sean A. Irvine, <a href="/A385127/b385127.txt">Table of n, a(n) for n = 1..10000</a>
%H A385127 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 A385127 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers</a>.
%F A385127 a(n) = (69069 * a(n-1) + 5) mod 2^32.
%t A385127 NestList[Mod[69069*# + 5, 2^32] &, 1, 50] (* _Paolo Xausa_, Jun 19 2025 *)
%Y A385127 Cf. A084276, A096552.
%K A385127 nonn,easy
%O A385127 1,2
%A A385127 _Sean A. Irvine_, Jun 18 2025