OFFSET
1,1
COMMENTS
Assuming the prime k-tuples conjecture, Granville shows (in section 2.4) that this sequence is infinite.
LINKS
Andrew Granville, Prime number patterns, The American Mathematical Monthly, Vol. 115, No. 4 (2008), pp. 279-296; alternative link.
EXAMPLE
The pairwise averages of {3,7,19} are the primes {5,11,13}.
MATHEMATICA
s={3, 7}; i=5; Do[While[ !And@@PrimeQ[(s+Prime[i])/2], i++ ]; AppendTo[s, Prime[i]]; i++, {n, 3, 10}]; s
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
T. D. Noe, Jan 26 2006
EXTENSIONS
More terms from Don Reble and Giovanni Resta, Feb 15 2006
a(14) from Amiram Eldar, Jun 27 2024
STATUS
approved