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 A383645 #53 May 26 2025 09:54:16 %S A383645 1,10412736,16578179,2262842,2257173,4251524,3870775,3934750,10123369, %T A383645 13310344,356907,14791746,14354941,11842764,8826975,14928294,8608209, %U A383645 15734096,7839443,6803018,3333093,7266068,9654663,9209390,10306617,15070744,4922491,5109074 %N A383645 Consecutive internal states of the linear congruential pseudo-random number generator (17405*s+10395331) mod 2^24 when started at s=1. %C A383645 Periodic with period 2^24. %C A383645 This random number generator was used by some versions of IBM BASIC (Schneider). %D A383645 David I. Schneider, Handbook of BASIC (3rd ed.), Simon & Schuster, 1988 (see p. 497). %H A383645 Sean A. Irvine, <a href="/A383645/b383645.txt">Table of n, a(n) for n = 1..10000</a> %H A383645 W. E. Sharp and Carter Bays, <a href="https://doi.org/10.1016/0098-3004(92)90060-5">A review of portable random number generators</a>, Computers and Geosciences, 18, 1 (1982), 79-87. %H A383645 <a href="/index/Ps#PRN">Index entries for sequences related to pseudo-random numbers.</a> %F A383645 a(n) = (17405 * a(n-1) + 10395331) mod 2^24. %t A383645 NestList[Mod[17405*# + 10395331, 2^24] &, 1, 50] (* _Paolo Xausa_, May 26 2025 *) %Y A383645 Cf. A096550-A096561 other pseudo-random number generators. %K A383645 nonn,easy %O A383645 1,2 %A A383645 _Sean A. Irvine_, May 23 2025