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.

Showing 1-1 of 1 results.

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

Original entry on oeis.org

13, 43, 79, 14533, 41203, 42433, 47119, 88789, 113143, 150193, 340909, 348433, 416389, 556243, 576193, 609589, 626599, 637699, 669649, 715849, 752263, 855709, 859249, 891799, 1107763, 1146763, 1189603, 1191079, 1201999, 1210369, 1225099, 1416043, 1510189, 1601599, 1893163
Offset: 1

Views

Author

Alexander Yutkin, Jul 09 2025

Keywords

Comments

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.

Examples

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

Crossrefs

Cf. A000040.
Cf. A187057 [2, 4, 6, 8], A385035 [8, 6, 4, 2], A187058 [2, 4, 6, 8, 10].

Programs

  • Mathematica
    Select[Prime[Range[150000]], And @@ PrimeQ[# + {10, 18, 24, 28, 30}] &] (* Amiram Eldar, Jul 09 2025 *)
Showing 1-1 of 1 results.