login
A066512
Least nonnegative integer not the sum or product of any previous pair. a(1)=0.
0
0, 0, 1, 2, 4, 7, 10, 13, 16, 19, 22, 25, 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 62, 65, 68, 71, 74, 77, 80, 83, 86, 89, 94, 97, 103, 106, 109, 115, 118, 121, 126, 129, 135, 138, 141, 147, 150, 153, 158, 161, 164, 167, 170, 173, 176, 179, 182, 185, 193, 196, 199
OFFSET
1,4
EXAMPLE
a(13)=30, which is not a(i)+a(j) or a(i)*a(j) for any distinct i,j < 13.
CROSSREFS
Sequence in context: A186325 A272059 A033627 * A304116 A226596 A135678
KEYWORD
easy,nonn
AUTHOR
Brian Galebach, Jan 04 2002
STATUS
approved