login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119411 Product of the first prime(n) primes. 2
6, 30, 2310, 510510, 200560490130, 304250263527210, 1922760350154212639070, 7858321551080267055879090, 267064515689275851355624017992790, 279734996817854936178276161872067809674997230 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
A. Fletcher, J. C. P. Miller, L. Rosenhead and L. J. Comrie, An Index of Mathematical Tables. Vols. 1 and 2, 2nd ed., Blackwell, Oxford and Addison-Wesley, Reading, MA, 1962, Vol. 1, p. 50.
LINKS
FORMULA
a(n) = p(p[n])#, where p[n] is the n-th prime number and where p(m)# is the m-th primorial number (Cf. A002110).
EXAMPLE
a(1) = p(p(1))# = p(2)# (because p(1) = 2 is the first prime number) = 2* 3 = 6 (by the definition of primorial, see A002110); that is, the product of the first 2 prime numbers.
a(2) = p(p(2))# = p(3)# = 2 * 3 * 5 = 30 = the product of the first 3 primes.
a(3) = 2 * 3 * 5 * 7 * 11 = 2310 = the product of the first 5 primes.
a(4) = 2 * 3 * 5 * 7 * 11 * 13 * 17 = 510510 = product of first 7 primes.
MATHEMATICA
Array[Times @@ Array[Prime, Prime@# ] &, 10] (* Robert G. Wilson v, Jul 27 2006 *)
CROSSREFS
Cf. A002110.
Sequence in context: A202861 A088256 A136349 * A036285 A101340 A156825
KEYWORD
easy,nonn
AUTHOR
Walter Carlini, Jul 26 2006
EXTENSIONS
a(10) from Robert G. Wilson v, Jul 27 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 08:08 EDT 2024. Contains 371265 sequences. (Running on oeis4.)