A375648 Products of prime 8-tuples (p, p+6, p+8, p+14, p+18, p+20, p+24, p+26) where p = A022013(n).
3868985835982814590518552822749329543261, 43207320984601757696213691690377119115644261, 287530494211069388143263747303929618940138523261, 2991325021830996455943969680355510324042937309261, 3433715221252595293789329211184553889095776281330363261, 523198428668721638888114210837839571392856841008842698982189261
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/A022013/b022013.txt", "Data"][[;; 12, -1]]]
Comments