%I #15 Dec 15 2023 23:31:48
%S 111497,111509,111521,111533,258527,258539,258551,258563,286777,
%T 286789,286801,286813,318407,318419,318431,318443,332767,332779,
%U 332791,332803,341827,341839,341851,341863,358447,358459,358471,358483,439787,439799,439811,439823
%N List of quadruplets of primes with common difference 12.
%H Robert Price, <a href="/A033446/b033446.txt">Table of n, a(n) for n = 1..15072</a>
%H <a href="/index/Pri#primes_AP">Index entries for sequences related to primes in arithmetic progressions</a>
%t Flatten@Select[Partition[Prime@Range[39000], 4, 1], Differences[#] == {12, 12, 12} &] (* _Arkadiusz Wesolowski_, Aug 09 2012 *)
%K nonn,tabf
%O 1,1
%A _Jeff Burch_
%E Offset corrected and name changed by _Arkadiusz Wesolowski_, Aug 09 2012