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 A374719 #14 Jul 25 2024 13:51:24 %S A374719 5,11,13,31,41,53,61,83,101,103,131,181,263,283,353,383,461,521,523, %T A374719 613,643,661,691,761,811,881,991,1013,1021,1153,1181,1201,1231,1483, %U A374719 1511,1523,1531,1571,1693,1783,1901,1931,2083,2293,2341,2351,2671,2693,2741 %N A374719 Primes p such that p + 48 and p + 96 are also prime. %F A374719 a(n) >> n log^3 n. - _Charles R Greathouse IV_, Jul 25 2024 %e A374719 5 is a term because 5, 5+48, and 5+96 are all prime. %o A374719 (PARI) is(n)=isprime(n+96) && isprime(n+48) && isprime(n) \\ _Charles R Greathouse IV_, Jul 25 2024 %Y A374719 Cf. A001223, A033451, A047948, A052188, A052189, A052190, A279765. %K A374719 nonn %O A374719 1,1 %A A374719 _James S. DeArmon_, Jul 17 2024