A375646 Products of prime 8-tuples (p, p+2, p+6, p+8, p+12, p+18, p+20, p+26) where p = A022011(n).
35336848261, 3806030828359338048562146944333316580734237696172777384261, 187864049264599549789422153639990042809117925774238076689261, 5904346651213195922822968174735596082317962321492475630960754261, 1225364761514380727859407545185568342040426059188911173818624004261
Offset: 1
Keywords
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Map[Times @@ NextPrime[#, Range[0, 7]] &, Import["https://oeis.org/A022011/b022011.txt", "Data"][[;; 12, -1]] ]
Comments