cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A385824 Primes p such that p + 10, p + 18, p + 24, p + 28 and p + 30 are also primes.

This page as a plain text file.
%I A385824 #8 Jul 14 2025 19:23:44
%S A385824 13,43,79,14533,41203,42433,47119,88789,113143,150193,340909,348433,
%T A385824 416389,556243,576193,609589,626599,637699,669649,715849,752263,
%U A385824 855709,859249,891799,1107763,1146763,1189603,1191079,1201999,1210369,1225099,1416043,1510189,1601599,1893163
%N A385824 Primes p such that p + 10, p + 18, p + 24, p + 28 and p + 30 are also primes.
%C A385824 Initial members of prime sextuples that correspond to the difference pattern [10, 8, 6, 4, 2]. The primes in a sextuple do not have to be consecutive.
%e A385824 p=13: 13+10=23, 13+18=31, 13+24=37, 13+28=41, 13+30=43 —> prime sextuple: (13, 23, 31, 37, 41, 43).
%t A385824 Select[Prime[Range[150000]], And @@ PrimeQ[# + {10, 18, 24, 28, 30}] &] (* _Amiram Eldar_, Jul 09 2025 *)
%Y A385824 Cf. A000040.
%Y A385824 Cf. A187057 [2, 4, 6, 8], A385035 [8, 6, 4, 2], A187058 [2, 4, 6, 8, 10].
%K A385824 nonn
%O A385824 1,1
%A A385824 _Alexander Yutkin_, Jul 09 2025