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”).

A022888
n-th prime p(k) such that p(k) + p(k+5) = p(k+1) + p(k+4).
1
3, 4, 8, 11, 13, 25, 27, 32, 36, 41, 44, 45, 51, 54, 59, 60, 62, 67, 96, 103, 107, 109, 116, 119, 124, 128, 129, 140, 141, 143, 144, 146, 147, 148, 149, 151, 155, 159, 160, 161, 170, 178, 184, 192, 195, 207, 227, 230, 247, 271, 306, 330, 331, 332
OFFSET
1,1
LINKS
MATHEMATICA
Flatten[Position[Partition[Prime[Range[350]], 6, 1], _?(#[[1]]+#[[6]] == #[[2]]+#[[5]]&), {1}, Heads->False]] (* Harvey P. Dale, Jan 20 2015 *)
CROSSREFS
Sequence in context: A152412 A287404 A287388 * A287454 A287446 A051207
KEYWORD
nonn
STATUS
approved