OFFSET
1,3
COMMENTS
This sequence avoids one of the six permutations of a set of three integers in arithmetic progression. For example, the set {1,2,3} can be ordered as tuples (1, 2, 3), (1, 3, 2), (2, 1, 3), (2, 3, 1), (3, 1, 2), and (3, 2, 1). In this sequence, we avoid (2,1,3) and other progressions of the form p, p-q, p+q, for all q >= 0.
LINKS
Neal Gersh Tolunsky, Table of n, a(n) for n = 1..10000
Neal Gersh Tolunsky, Graph of the first 200000 terms
FORMULA
a(n)=1 iff n in A003278.
CROSSREFS
KEYWORD
nonn
AUTHOR
Neal Gersh Tolunsky, Jun 01 2024
STATUS
approved