The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096560 Consecutive internal states of the first of the two linear congruential random number generators whose combined output is used in function RANDOM_NUMBER in version 8 of the Intel FORTRAN Compiler for Linux, using its intrinsic initialization. 2
2147483562, 2147443549, 546363367, 801095798, 1707599834, 1415233705, 19915560, 184815967, 1440196129, 286492701, 451678520, 242633072, 2094038248, 332794338, 2034550132, 1534592081, 22528712, 1668269071, 1739534702 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Comment from Raymond Wang, Oct 03 2008: (65421664*40014) mod (2^31-85) = 2^31-86.
REFERENCES
P. L'Ecuyer, Efficient and portable combined random number generators, Communications of the ACM, v.31 n.6, p. 742-751 and 774, 1988
LINKS
P. L'Ecuyer, Random Number Generation, Chapter 4 of the Handbook on Simulation, Jerry Banks Ed., Wiley, 1998.
Intel FORTRAN Language Reference, Document No. 253261-002, Chapter 9, Intrinsic Procedure RANDOM_NUMBER
FORMULA
a(1)=2^31-86, a(n)=40014*a(n-1) mod (2^31-85).
MAPLE
a:= proc(n) option remember; `if`(n=1, 2147483562,
irem(40014 *a(n-1), 2147483563))
end:
seq(a(n), n=1..30); # Alois P. Heinz, Jun 10 2014
CROSSREFS
Cf. A096561.
Sequence in context: A287593 A216012 A096561 * A011581 A200526 A015383
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Aug 13 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 11:09 EDT 2024. Contains 372540 sequences. (Running on oeis4.)