OFFSET
0,2
LINKS
Christian Krause, Jamie Morken, et al., A mined LODA assembly source for this sequence
Don Reble, Python program
FORMULA
From Antti Karttunen and Peter Munn, May 04 2022: (Start)
The n-th partial product of these terms = A002110(n)^(1+n), i.e., the n-th geometric mean is the n-th power of (n-1)-th primorial.
(End)
EXAMPLE
(1*4*54*3750)^(1/4) = 30.
MATHEMATICA
{1}~Join~MapIndexed[Prime[First[#2]]^First[#2]*#1 &, FoldList[Times, Prime@ Range[12]]] (* Michael De Vlieger, Jul 01 2022 *)
PROG
(PARI)
A002110(n)=prod(i=1, n, prime(i));
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jun 08 2004
EXTENSIONS
Edited by Don Reble, Jan 06 2007
Starting offset changed from 1 to 0 and the definition accordingly edited by Antti Karttunen, May 04 2022
STATUS
approved