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 A375264 #7 Aug 17 2024 09:16:39 %S A375264 323323,11769028333,23075277662228863,498323779650735373, %T A375264 5774946339890457283,964079483344036314403,1069516017850492496773, %U A375264 2764561257197073595813,160896800504464381875853,3214487754103795836790843,5525765859191774942946523,10569235342244010823461223,1140114641548139662904736973 %N A375264 Products of prime 5-tuples (p, p+4, p+6, p+10, p+12) where p = A022007(n). %C A375264 Subsequence of A046387. %C A375264 All terms are congruent to 13 (mod 30), since they are products m of the following residues (mod 30): {7, 11, 13, 17, 19}, and m mod 30 is congruent to 13. %H A375264 Michael De Vlieger, <a href="/A375264/b375264.txt">Table of n, a(n) for n = 1..10000</a> %t A375264 Map[Times @@ NextPrime[#, Range[0, 4]] &, Select[Prime@ Range[2^16], AllTrue[{# + 4, # + 6, # + 10, # + 12}, PrimeQ] &]] %Y A375264 Cf. A022007, A046387, A375264. %K A375264 nonn %O A375264 1,1 %A A375264 _Michael De Vlieger_, Aug 16 2024