login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084275 Pseudo-random numbers: MS C 6.0 version. 1
41, 18468, 6334, 26501, 19170, 15724, 11478, 29358, 26962, 24465, 5705, 28145, 23282, 16828, 9962, 492, 2995, 11943, 4827, 5437, 32392, 14605, 3902, 153, 293, 12382, 17422, 18716, 19718, 19895, 5448, 21726, 14772, 11538, 1869, 19912 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

PROG

/* C */ long next= 1; int i= 0; while (i++ < 33) next= next *214013L +2531011L, printf( "%d ", (unsigned)( next >> 16) & 0x7FFF );

CROSSREFS

See A084276, A084277, A061364 for other versions.

Sequence in context: A199255 A199200 A198602 * A206358 A176132 A185539

Adjacent sequences:  A084272 A084273 A084274 * A084276 A084277 A084278

KEYWORD

nonn,easy

AUTHOR

Frank.Ellermann(AT)t-online.de, May 20 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 05:29 EST 2012. Contains 205694 sequences.