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.

A384388 Consecutive internal states of the linear congruential pseudo-random number generator (5^11*s+293183133) mod 2^30 when started at s=1.

This page as a plain text file.
%I A384388 #10 May 28 2025 09:18:19
%S A384388 1,342011258,674237679,120642288,386908109,35940502,86383643,
%T A384388 595352556,44556633,381355634,755657479,1018258856,1413285,36537102,
%U A384388 330073523,312726564,994425265,820746858,231323679,317080416,206637181,363448454,469306955,780537692,46655753
%N A384388 Consecutive internal states of the linear congruential pseudo-random number generator (5^11*s+293183133) mod 2^30 when started at s=1.
%C A384388 Periodic with period 2^30.
%C A384388 The numbers on p. 86 of Mullish are given by s/2^30 using this generator starting from s=97584066.
%D A384388 Henry Mullish, A Basic Approach to BASIC, John Wiley & Sons, 1976 (see p. 86).
%H A384388 Sean A. Irvine, <a href="/A384388/b384388.txt">Table of n, a(n) for n = 1..10000</a>
%H A384388 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers</a>.
%F A384388 a(n) = (5^11 * a(n-1) + 293183133) mod 2^30.
%t A384388 NestList[Mod[5^11*# + 293183133, 2^30] &, 1, 50] (* _Paolo Xausa_, May 28 2025 *)
%Y A384388 Cf. A381318.
%K A384388 nonn,easy
%O A384388 1,2
%A A384388 _Sean A. Irvine_, May 27 2025