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

A022762
(n-th 8k+1 prime plus n-th 8k+7 prime)/8.
1
3, 8, 13, 17, 21, 24, 30, 40, 48, 51, 56, 60, 67, 72, 77, 84, 90, 99, 102, 105, 119, 126, 130, 134, 136, 140, 155, 160, 174, 177, 191, 198, 203, 210, 220, 224, 230, 237, 243, 246, 258, 264, 268, 278, 280, 285, 292, 299, 306, 318, 324, 336, 342
OFFSET
1,1
LINKS
MATHEMATICA
Module[{prs=Prime[Range[300]], s, o, len}, s=Select[prs, Mod[#, 8]==1&]; o= Select[ prs, Mod[#, 8]==7&]; len=Min[Length[s], Length[o]]; Total[#]/8&/@ Thread[ {Take[s, len], Take[o, len]}]] (* Harvey P. Dale, May 11 2017 *)
CROSSREFS
Sequence in context: A310300 A310301 A310302 * A310303 A022807 A292655
KEYWORD
nonn
STATUS
approved