login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A046303 Product of 5 successive primes. 18
2310, 15015, 85085, 323323, 1062347, 2800733, 6678671, 14535931, 31367009, 58642669, 95041567, 162490421, 259106347, 385499687, 600662303, 907383479, 1249792339, 1673450759, 2276990377, 3024658859, 4132280413, 5717264681 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..520

MATHEMATICA

lst={}; Do[p0=Prime[n]; p1=Prime[n+1]; p2=Prime[n+2]; p3=Prime[n+3]; p4=Prime[n+4]; a=p0*p1*p2*p3*p4; AppendTo[lst, a], {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 10 2009]

Times@@@Partition[Prime[Range[200]], 5, 1] (* From Harvey P. Dale, Oct 21 2011 *)

PROG

(MAGMA) [&*[ NthPrime(n+k): k in [0..4] ]: n in [1..22]];  // Bruno Berselli, Feb 25 2011

CROSSREFS

Cf. A002110.

Cf. A006094, A046301, A046302, A046324, A046325, A046326, A046327.

Sequence in context: A136154 A076252 A147572 * A046403 A087978 A020435

Adjacent sequences:  A046300 A046301 A046302 * A046304 A046305 A046306

KEYWORD

nonn

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com), Jun 15 1998.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 12 19:53 EST 2012. Contains 205432 sequences.