OFFSET
1,1
EXAMPLE
If n=10, then (p(10*2)-p(10))/7*2=(71-29)/14=3=a(1).
If n=45, then (p(45*2)-p(45))/7*2=(463-197)/14=19=a(2).
If n=85, then (p(85*2)-p(85))/7*2=(1013-439)/14=41=a(3).
If n=300, then (p(300*2)-p(300))/7*2=(4409-1987)/14=173=a(4).
If n=311, then (p(311*2)-p(311))/7*2=(4597-2063)/14=181=a(5).
If n=459, then (p(459*2)-p(459))/7*2=(7187-3253)/14=281=a(6), etc.
MATHEMATICA
Select[Table[(Prime[2n]-Prime[n])/14, {n, 3000}], PrimeQ] (* Harvey P. Dale, Feb 01 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Juri-Stepan Gerasimov, Sep 18 2008
EXTENSIONS
More terms from R. J. Mathar, Oct 04 2008
Definition clarified by Harvey P. Dale, Feb 01 2019
STATUS
approved