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.

A203363 Denominators of Conway's PRIMEGAME.

Original entry on oeis.org

91, 85, 51, 38, 33, 29, 23, 19, 17, 13, 11, 2, 7, 1
Offset: 1

Views

Author

Alonso del Arte, Dec 31 2011

Keywords

Comments

Numerators are in A202138.
Notice that the last number of this sequence is 1, meaning that the last number in the "prime producing machine" is an integer, namely 55. Thus, if each multiplication by the previous numbers of the "machine" fails to give an integer, this one will, and it will be a multiple of 55.

Crossrefs

Programs

  • Haskell
    a203363_list = [91, 85, 51, 38, 33, 29, 23, 19, 17, 13, 11, 2, 7, 1]
    -- Reinhard Zumkeller, Jan 24 2012