login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086568 Smallest number having as many distinct prime factors as n has prime factors, when counted with multiplicity. 3
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 (list; graph; refs; listen; history; text; internal format)
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
a(n) = prime(bigomega(n))# = A002110(A001222(n)).
For all n >= 1, A001221(a(n)) = A001222(a(n)) = A001222(n).
MATHEMATICA
Array[Times @@ Prime@ Range@ PrimeOmega@ # &, 79] (* Michael De Vlieger, Sep 25 2017 *)
PROG
(PARI)
A002110(n) = prod(i=1, n, prime(i));
A086568(n) = A002110(bigomega(n)); \\ Antti Karttunen, Jul 07 2017
CROSSREFS
Sequence in context: A187223 A349921 A175194 * A351091 A239074 A160122
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 03 2004
EXTENSIONS
Formula corrected and comments edited by Antti Karttunen, Jul 07 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 7 05:30 EDT 2024. Contains 372300 sequences. (Running on oeis4.)