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.

A383393 Primes p such that p + 2, p + 8, p + 12, p + 18 and p + 20 are also primes.

This page as a plain text file.
%I A383393 #14 May 02 2025 10:32:20
%S A383393 11,5639,5849,45119,51419,54401,88799,130631,165701,229751,284729,
%T A383393 321311,626609,797549,855719,883229,1068701,1128761,1146779,1178699,
%U A383393 1652879,1978421,2253479,2254781,2269439,2453441,3154421,3216119,4046291,4583849,5050679,5387729
%N A383393 Primes p such that p + 2, p + 8, p + 12, p + 18 and p + 20 are also primes.
%C A383393 Initial members of prime sextuples that correspond to the difference pattern [2, 6, 4, 6, 2].
%e A383393 p = 5639: 5639 + 2 = 5641, 5639 + 8 = 5647, 5639 + 12 = 5651, 5639 + 18 = 5657, 5639 + 20 = 5659 -> prime sextuple: (5639, 5641, 5647, 5651, 5657, 5659).
%t A383393 Select[Prime[Range[373583]], AllTrue[#+{2,8,12,18,20}, PrimeQ]&] (* _James C. McMahon_, May 02 2025 *)
%Y A383393 Cf. A000040, A001223.
%Y A383393 Cf. A382810 [6, 4, 6], A022008 [4, 2, 4, 2, 4].
%K A383393 nonn
%O A383393 1,1
%A A383393 _Alexander Yutkin_, Apr 25 2025