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!)
A084276 Pseudo-random numbers: gcc 2.6.3 version for 32-bit integers. 2
1, 7261, 13503, 15223, 8047, 88, 29253, 1572, 18740, 14060, 25029, 21260, 21203, 8054, 14922, 1084, 23230, 9538, 15465, 24014, 1274, 13434, 20285, 1973, 18297, 3025, 8994, 27214, 8752, 5869, 5683, 29094, 24317, 15766, 22147, 906, 13626 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(C) unsigned next= 1; int i= 0; while (i++ < 37) next= next *69069 +5, printf( "%d ", (unsigned)( next >> 16) & 0x7FFF );
CROSSREFS
See A084275, A084277, A061364 for other versions.
Sequence in context: A093224 A253529 A297880 * A152502 A251226 A260000
KEYWORD
nonn,easy
AUTHOR
Frank Ellermann, May 25 2003
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 June 2 18:23 EDT 2023. Contains 363100 sequences. (Running on oeis4.)