A046326 Product of 8 successive primes.
9699690, 111546435, 1078282205, 6685349671, 35336848261, 131710070791, 435656388001, 1204461778591, 3359814435017, 8618654420261, 18128893780549, 39181802686993, 75186702453419, 133869006807307, 245945384599471
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Magma
[&*[ NthPrime(n+k): k in [0..7] ]: n in [1..15]]; // Bruno Berselli, Feb 25 2011
-
Mathematica
Times@@@Partition[Prime[Range[50]],8,1] (* Harvey P. Dale, Oct 21 2011 *)
Extensions
Offset changed from 0 to 1 by Vincenzo Librandi, Jan 16 2012