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 (4,2,6,4).
2

%I #8 Jun 24 2014 01:08:34

%S 67,2377,21487,31177,65167,67927,81547,139297,166597,178597,185527,

%T 305017,305407,321817,341947,390487,427417,448867,547357,600877,

%U 635347,668527,693727,697507,752287,764887,783787,812347,819487,877867,1196857

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

%C Equivalently, p, p+4, p+6, p+12 and p+16 are consecutive primes.

%C Subsequence of A078850. - _R. J. Mathar_, Feb 11 2013

%H R. J. Mathar, <a href="/A078953/b078953.txt">Table of n, a(n) for n = 1..1000</a>

%e 67 is in the sequence since 67, 71, 73, 79 and 83 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