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.
%I A384769 #6 Jun 16 2025 00:12:51 %S A384769 11,41,47,251,347,587,1097,1427,2687,5387,11801,17021,19457,23741, %T A384769 24071,32057,42677,47501,55787,55817,71327,115751,127637,165437, %U A384769 179801,191441,226637,282671,344231,344237,348431,349907,391367,408197,411557,416387,422057,501197,526931,571841,572801 %N A384769 Primes p such that p + 6, p + 12, p + 20, p + 26 and p + 32 are also primes. %C A384769 Initial members of prime sextuples that correspond to the difference pattern [6, 6, 8, 6, 6]. %e A384769 p=47: 47+6=53, 47+12=59, 47+20=67, 47+26=73, 47+32=79 —> prime sextuple: (47, 53, 59, 67, 73, 79). %t A384769 Select[Prime[Range[50000]], AllTrue[#+{6, 12, 20, 26, 32}, PrimeQ]&] (* _Stefano Spezia_, Jun 09 2025 *) %Y A384769 Cf. A000040, A001223. %Y A384769 Cf. A384526 [6, 8, 6], A384527 [6, 6, 2, 6, 6], A384528 [6, 6, 4, 6, 6]. %K A384769 nonn %O A384769 1,1 %A A384769 _Alexander Yutkin_, Jun 09 2025