A375264 Products of prime 5-tuples (p, p+4, p+6, p+10, p+12) where p = A022007(n).
323323, 11769028333, 23075277662228863, 498323779650735373, 5774946339890457283, 964079483344036314403, 1069516017850492496773, 2764561257197073595813, 160896800504464381875853, 3214487754103795836790843, 5525765859191774942946523, 10569235342244010823461223, 1140114641548139662904736973
Offset: 1
Keywords
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Map[Times @@ NextPrime[#, Range[0, 4]] &, Select[Prime@ Range[2^16], AllTrue[{# + 4, # + 6, # + 10, # + 12}, PrimeQ] &]]
Comments