The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A107712 a(n) = Product_{k=1..n} prime(k+n). 5
1, 3, 35, 1001, 46189, 2800733, 247110827, 25626846353, 3359814435017, 525737919635921, 86239147714071593, 16043263382808092801, 3203015854291983284351, 765364544499964883824067, 196164712672886348479652149, 51407675872168960728167564239 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A096334(2n,n). - Alois P. Heinz, Jan 21 2022
MAPLE
a:=n->product(ithprime(k+n), k=1..n): seq(a(n), n=0..16); # Emeric Deutsch
MATHEMATICA
f[n_] := Product[Prime[k + n], {k, n}]; Table[ f[n], {n, 0, 14}] (* Robert G. Wilson v, Jun 14 2005 *)
CROSSREFS
Sequence in context: A231644 A368389 A287405 * A062699 A012767 A279377
KEYWORD
nonn
AUTHOR
Leroy Quet, Jun 10 2005
EXTENSIONS
More terms from Robert G. Wilson v and Emeric Deutsch, Jun 13 2005
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 May 20 21:47 EDT 2024. Contains 372720 sequences. (Running on oeis4.)