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.

This page as a plain text file.
%I A384375 #23 May 29 2025 06:14:06
%S A384375 1,950706376,129027171,1728259899,365181143,1966843080,1045174992,
%T A384375 636176783,1602900997,640853092,429916489,1671481929,1285607481,
%U A384375 1066192246,48796904,1176434418,776417870,861463458,1543924916,557508687,1650650964,741730640,1050856373
%N A384375 Consecutive internal states of the linear congruential pseudo-random number generator 950706376*s mod (2^31-1) when started at s=1.
%C A384375 Periodic with period 2^31-2.
%H A384375 Sean A. Irvine, <a href="/A384375/b384375.txt">Table of n, a(n) for n = 1..10000</a>
%H A384375 Pierre L'Ecuyer, <a href="https://doi.org/10.1145/62959.62969">Efficient and portable combined random number generators</a>, Commun. ACM, 31, 6 (1988), 742-749 and 774.
%H A384375 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers</a>.
%F A384375 a(n) = 950706376 * a(n-1) mod (2^31-1).
%t A384375 NestList[Mod[950706376*#, 2^31 - 1] &, 1, 50] (* _Paolo Xausa_, May 29 2025 *)
%Y A384375 Cf. A096550, A384397, A384398, A384399, A384400, A384401, A384402.
%K A384375 nonn,easy
%O A384375 1,2
%A A384375 _Sean A. Irvine_, May 28 2025