OFFSET
1,2
COMMENTS
a(n) = n if and only if n = A002110(m) for some m. That is, primorials give the fixed points of this sequence.
LINKS
FORMULA
MATHEMATICA
Array[Times @@ Prime@ Range@ PrimeOmega@ # &, 79] (* Michael De Vlieger, Sep 25 2017 *)
PROG
(PARI)
A002110(n) = prod(i=1, n, prime(i));
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 03 2004
EXTENSIONS
Formula corrected and comments edited by Antti Karttunen, Jul 07 2017
STATUS
approved