A086568 Smallest number having as many distinct prime factors as n has prime factors, when counted with multiplicity.
1, 2, 2, 6, 2, 6, 2, 30, 6, 6, 2, 30, 2, 6, 6, 210, 2, 30, 2, 30, 6, 6, 2, 210, 6, 6, 30, 30, 2, 30, 2, 2310, 6, 6, 6, 210, 2, 6, 6, 210, 2, 30, 2, 30, 30, 6, 2, 2310, 6, 30, 6, 30, 2, 210, 6, 210, 6, 6, 2, 210, 2, 6, 30, 30030, 6, 30, 2, 30, 6, 30, 2, 2310, 2, 6, 30, 30, 6, 30, 2
Offset: 1
Keywords
Links
Programs
-
Mathematica
Array[Times @@ Prime@ Range@ PrimeOmega@ # &, 79] (* Michael De Vlieger, Sep 25 2017 *)
-
PARI
A002110(n) = prod(i=1,n,prime(i)); A086568(n) = A002110(bigomega(n)); \\ Antti Karttunen, Jul 07 2017
Formula
Extensions
Formula corrected and comments edited by Antti Karttunen, Jul 07 2017
Comments