OFFSET
1,2
COMMENTS
x=p(i)=i-th prime and y=n(j)=j-th nonprime.
EXAMPLE
If x=5 and y=1, then ((5+1)/3+2)/(5-1)=4/4=1=a(1).
If x=53 and y=49, then ((53+49)/3+2)/(53-49)=36/4=9=a(2).
If x=59 and y=55, then ((59+55)/3+2)/(59-55)=40/4=10=a(3).
If x=89 and y=85, then ((89+85)/3+2)/(89-85)=90/4=15=a(4).
If x=149 and y=145, then ((149+145)/3+2)/(149-145)=100/4=25=a(5).
If x=179 and y=174, then ((179+174)/3+2)/(179-174)=120/4=30=a(6),
etc.
CROSSREFS
KEYWORD
nonn
AUTHOR
Juri-Stepan Gerasimov, Aug 28 2008
EXTENSIONS
Inserted 4 (x=101, y=85), 6 (x=149, y=133), 8 (x=347, y=319) etc. R. J. Mathar, Apr 14 2010
STATUS
approved