|
| |
|
|
A046327
|
|
Numbers n that are the product of 9 successive primes.
|
|
16
| |
|
|
223092870, 3234846615, 33426748355, 247357937827, 1448810778701, 5663533044013, 20475850236047, 63836474265323, 198229051666003, 525737919635921, 1214635883296783, 2781907990776503, 5488629279099587
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Vincenzo Librandi, Table of n, a(n) for n = 1..1000
|
|
|
MATHEMATICA
| Table[Product[Prime[x+n], {n, 0, 8}], {x, 100}] (* From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 26 2008 *)
Times@@@Partition[Prime[Range[25]], 9, 1] (* From Harvey P. Dale, Mar 05 2011 and Moshe Levin, Feb 09 2012)
|
|
|
PROG
| (MAGMA) [&*[ NthPrime(n+k): k in [0..8] ]: n in [1..13]]; // Bruno Berselli, Feb 25 2011
(PARI) a(n)=prod(k=0, 8, prime(n+k))
|
|
|
CROSSREFS
| Cf. A002110.
Cf. product of n successive primes: A006094, A046301, A046302, A046303, A046324, A046326.
Sequence in context: A114672 A199498 A115343 * A206044 A176364 A029831
Adjacent sequences: A046324 A046325 A046326 * A046328 A046329 A046330
|
|
|
KEYWORD
| nonn,changed
|
|
|
AUTHOR
| Patrick De Geest (pdg(AT)worldofnumbers.com), Jun 15 1998.
|
|
|
EXTENSIONS
| More terms from Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 26 2008
Offset changed from 0 to 1 by Vincenzo Librandi, Jan 16 2012
|
| |
|
|