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

Primes p such that the differences between the 5 consecutive primes starting with p are (6,6,2,6).
1

%I #9 May 06 2017 10:08:49

%S 47,257,557,587,1217,4007,6257,10847,14537,17477,19457,26717,41597,

%T 51407,84047,94427,101267,115757,131927,150077,150197,154067,169307,

%U 179807,185057,193367,206807,250037,267887,275147,290027,302567,344237

%N Primes p such that the differences between the 5 consecutive primes starting with p are (6,6,2,6).

%C Equivalently, p, p+6, p+12, p+14 and p+20 are consecutive primes.

%C Subsequence of A078857. - _R. J. Mathar_, May 06 2017

%e 257 is in the sequence since 257, 263, 269, 271 and 277 are consecutive primes.

%Y Cf. A001223, A078866, A078867, A078946-A078971, A022006, A022007.

%K nonn

%O 1,1

%A _Labos Elemer_, Dec 19 2002

%E Edited by _Dean Hickerson_, Dec 20 2002