[go: up one dir, main page]

login
A071225
n-th power of the product of next n primes.
0
2, 225, 1003003001, 2154335931602036919361, 7754752485988106582786291510397200232607, 84466085320679991847325449027117479144218810924905247445943615969
OFFSET
1,1
MAPLE
with(numtheory):seq(product(ithprime(n*(n-1)/2+i), i=1..n)^n, n=1..7);
CROSSREFS
Sequence in context: A110715 A242835 A270713 * A212082 A015968 A286447
KEYWORD
nonn
AUTHOR
Amarnath Murthy, May 17 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 02 2003
STATUS
approved