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

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

%S 41,641,1091,4001,9461,26681,26711,44531,79811,103991,110921,112571,

%T 172421,223241,276821,289841,290021,317771,373181,381371,434921,

%U 450881,493121,602081,678761,788351,834131,907211,974861,1076501,1081121

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

%C Equivalently, p, p+2, p+6, p+12 and p+18 are consecutive primes.

%C Subsequence of A078847.

%e 641 is in the sequence since 641, 643, 647, 653 and 659 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