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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111180 Product_{k=1..n} p(k)!, where p(k) is k-th prime. 0
1, 2, 12, 1440, 7257600, 289700167680000, 1803968969906847744000000, 641649083271157094762019815424000000000, 78053467161754909919949074014980107579424768000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Table of n, a(n) for n=0..8.

EXAMPLE

2, 3, 5 and 7 are the first 4 primes. So a(4) = 2! * 3! * 5! * 7! = 2 *6 *120 *5040 = 7257600.

MATHEMATICA

Table[ Product[ Prime[i]!, {i, n}], {n, 0, 8}] (* Robert G. Wilson v *)

FoldList[Times, 1, Prime[Range[10]]!] (* From Harvey P. Dale, Apr 08 2012 *)

CROSSREFS

Cf. A039716.

Sequence in context: A069714 A176391 A123743 * A085912 A085895 A090904

Adjacent sequences:  A111177 A111178 A111179 * A111181 A111182 A111183

KEYWORD

easy,nonn

AUTHOR

Leroy Quet Oct 22 2005

EXTENSIONS

More terms from Robert G. Wilson v, Oct 29 2005

STATUS

approved

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 May 19 21:19 EDT 2013. Contains 225436 sequences.