OFFSET
1,1
COMMENTS
The interprimes (A024675) are those integers that lie at the midpoint between consecutive odd primes.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Interprime
MATHEMATICA
Select[Plus @@@ Partition[Table[Prime[n], {n, 2, 100}], 2, 1]/2, EvenQ]
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Marco Matosic, Jun 21 2002
EXTENSIONS
Offset corrected by Amiram Eldar, Mar 23 2020
STATUS
approved