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.
%I A384160 #11 May 28 2025 16:24:06 %S A384160 1,131069,17179082761,17183408101,34345582673,53083917,16988766937, %T A384160 17848727413,32066509217,7739650845,25740764841,33596591109, %U A384160 30610037745,12186659885,12166953849,6296898965,7334844225,19577928253,5497393481,14152584229,20226775953 %N A384160 Consecutive states of the linear congruential pseudo-random number generator for 36-bit WATFOR/WATFIV when started at 1. %C A384160 Periodic with period 2^33 (considerably less than the modulus). %C A384160 WATFOR and WATFIV are early FORTRAN compilers from the University of Waterloo. %D A384160 Terry M. Walker, Fundamentals of Fortran Programming: with WATFOR/WATFIV, Allyn and Bacon, 1975. %H A384160 Sean A. Irvine, <a href="/A384160/b384160.txt">Table of n, a(n) for n = 1..10000</a> %H A384160 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers</a>. %F A384160 a(n) = 131069 * a(n-1) mod 2^35. %t A384160 NestList[Mod[131069*#, 2^35] &, 1, 20] (* _Stefano Spezia_, May 24 2025 *) %Y A384160 Cf. A384158, A384159. %Y A384160 Cf. A096550-A096561 other pseudo-random number generators. %K A384160 nonn,easy %O A384160 1,2 %A A384160 _Sean A. Irvine_, May 20 2025