|
| |
|
|
A107712
|
|
Product{k=1 to n} prime(k+n).
|
|
2
|
|
|
|
1, 3, 35, 1001, 46189, 2800733, 247110827, 25626846353, 3359814435017, 525737919635921, 86239147714071593, 16043263382808092801, 3203015854291983284351, 765364544499964883824067
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,2
|
|
|
LINKS
|
Table of n, a(n) for n=0..13.
|
|
|
MAPLE
|
a:=n->product(ithprime(k+n), k=1..n): seq(a(n), n=0..16); (Deutsch)
|
|
|
MATHEMATICA
|
f[n_] := Product[Prime[k + n], {k, n}]; Table[ f[n], {n, 0, 14}] (from Robert G. Wilson v, Jun 14 2005)
|
|
|
CROSSREFS
|
Cf. A002110.
Sequence in context: A185752 A210897 A135516 * A062699 A012767 A215582
Adjacent sequences: A107709 A107710 A107711 * A107713 A107714 A107715
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
Leroy Quet Jun 10 2005
|
|
|
EXTENSIONS
|
More terms from Robert G. Wilson v and Emeric Deutsch, Jun 13 2005
|
|
|
STATUS
|
approved
|
| |
|
|