login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A022893
n-th prime p(k) such that p(k) + p(k+9) = p(k+3) + p(k+6).
1
13, 17, 23, 31, 41, 137, 139, 149, 151, 337, 349, 353, 383, 419, 499, 541, 557, 563, 859, 941, 1097, 1319, 1609, 1753, 1787, 1979, 2339, 2357, 2389, 2459, 2557, 2659, 2677, 2729, 2857, 2861, 3019, 3163, 3167, 3203, 3511, 3547, 3613, 3617
OFFSET
1,1
LINKS
FORMULA
a(n) = A000040(A022892(n)). - R. J. Mathar, Aug 06 2015
MATHEMATICA
Prime[#]&/@Select[Range[600], Prime[#]+Prime[#+9]==Prime[#+3]+Prime[#+6]&] (* Harvey P. Dale, May 10 2019 *)
CROSSREFS
Sequence in context: A120157 A143822 A172096 * A211490 A038680 A227916
KEYWORD
nonn
STATUS
approved