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

A102333
Initial terms of quartets of consecutive primes as follows: {p,p+16,p+24,p+40}. The corresponding difference-pattern is {16,8,16}.
2
108247, 121507, 166783, 169567, 178207, 216133, 257053, 258763, 272863, 274123, 372613, 383533, 384343, 396157, 413143, 501577, 562477, 577153, 581353, 635293, 721267, 727273, 738937, 769903, 908113, 917713, 932497, 937903, 965467, 980377
OFFSET
1,1
COMMENTS
A generalization of A052378.
MATHEMATICA
Transpose[Select[Partition[Prime[Range[78000]], 4, 1], Differences[#] == {16, 8, 16}&]][[1]] (* Harvey P. Dale, Mar 18 2012 *)
KEYWORD
nonn
AUTHOR
Labos Elemer, Jan 06 2005
STATUS
approved