cp's OEIS Frontend

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.

A276820 Consecutive numbers generated by the 'random' function in PARI (64 bit, version > 2.4) using the default argument (2^31).

Original entry on oeis.org

1546275796, 879788114, 1745191708, 771966234, 1247963869, 1611845387, 1529973242, 2093650929, 1860635684, 1497261229, 1145234796, 1165293667, 1233809453, 785019983, 252606271, 111721893, 473031201, 1002808953, 614474799, 471414712, 65507668
Offset: 1

Views

Author

Hugo Pfoertner, Sep 18 2016

Keywords

Comments

For comments, references and programs see A260083. Both the 32 bit and the 64 bit version of the random number generator have a period of 2^4096-1.

Crossrefs

Cf. A260083, 32 bit version of this random number generator.

Programs

  • PARI
    setrand(1); vector(100, i, random())