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.

A384643 Consecutive states of the linear congruential pseudo-random number generator for Simula on the UNIVAC when started at 1.

This page as a plain text file.
%I A384643 #9 Jun 12 2025 05:59:56
%S A384643 1,30517578125,4728272809,14042552597,5475208593,22652899805,
%T A384643 14780701625,12079957477,33211157537,21459834669,11626649801,
%U A384643 22641538997,32099503025,31057406333,28470525657,2272198277,31308848193,23703460045,6636903913,5151124053,2502905297
%N A384643 Consecutive states of the linear congruential pseudo-random number generator for Simula on the UNIVAC when started at 1.
%C A384643 Periodic with period 2^33.
%D A384643 UNIVAC 1106/1108 SIMULA Programmer Reference, UP-7556 Rev. 1, (1971).
%H A384643 Sean A. Irvine, <a href="/A384643/b384643.txt">Table of n, a(n) for n = 1..10000</a>
%H A384643 L. Peter Jennergren, <a href="https://doi.org/10.1177/003754978304100210">Another method for random number generation on microcomputers</a>, Simulation, 41, 2 (1983), p. 79.
%H A384643 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers</a>.
%F A384643 a(n) = 5^15 * a(n-1) mod 2^35.
%t A384643 NestList[Mod[5^15*#, 2^35] &, 1, 30] (* _Paolo Xausa_, Jun 12 2025 *)
%Y A384643 Cf. A096550-A096561 other pseudo-random number generators.
%K A384643 nonn,easy
%O A384643 1,2
%A A384643 _Sean A. Irvine_, Jun 05 2025