A046325 Product of 7 successive primes.
510510, 4849845, 37182145, 215656441, 955049953, 3212440751, 10131543907, 25626846353, 63392725189, 146078888479, 297194980009, 584803025179, 1058967640189, 1833822011059, 3113232716449, 5232880523393, 8194888366823
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Magma
[&*[ NthPrime(n+k): k in [0..6] ]: n in [1..17]]; // Bruno Berselli, Feb 25 2011
-
Mathematica
Times@@@Partition[Prime[Range[50]],7,1] (* Harvey P. Dale, Oct 21 2011 *)
Extensions
Offset changed from 0 to 1 by Vincenzo Librandi, Jan 16 2012