A046324 Product of 6 successive primes.
30030, 255255, 1616615, 7436429, 30808063, 86822723, 247110827, 595973171, 1348781387, 2756205443, 5037203051, 9586934839, 15805487167, 25828479029, 42647023513, 66238993967, 98733594781, 138896412997, 202652143553
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[&*[ NthPrime(n+k): k in [0..5] ]: n in [1..19] ]; // Bruno Berselli, Feb 25 2011
-
Mathematica
Times@@@Partition[Prime[Range[200]],6,1] (* Harvey P. Dale, Oct 21 2011 *)
Extensions
Offset changed from 0 to 1 by Vincenzo Librandi, Jan 16 2012