login
A203363
Denominators of Conway's PRIMEGAME.
8
91, 85, 51, 38, 33, 29, 23, 19, 17, 13, 11, 2, 7, 1
OFFSET
1,1
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.
PROG
(Haskell)
a203363_list = [91, 85, 51, 38, 33, 29, 23, 19, 17, 13, 11, 2, 7, 1]
-- Reinhard Zumkeller, Jan 24 2012
CROSSREFS
Sequence in context: A033411 A329915 A087411 * A103847 A043585 A043780
KEYWORD
nonn,frac,full,fini
AUTHOR
Alonso del Arte, Dec 31 2011
STATUS
approved