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!)
A304181 If n = Product (p_j^k_j) then a(n) = min{p_j}^min{k_j}. 1
1, 2, 3, 4, 5, 2, 7, 8, 9, 2, 11, 2, 13, 2, 3, 16, 17, 2, 19, 2, 3, 2, 23, 2, 25, 2, 27, 2, 29, 2, 31, 32, 3, 2, 5, 4, 37, 2, 3, 2, 41, 2, 43, 2, 3, 2, 47, 2, 49, 2, 3, 2, 53, 2, 5, 2, 3, 2, 59, 2, 61, 2, 3, 64, 5, 2, 67, 2, 3, 2, 71, 4, 73, 2, 3, 2, 7, 2, 79, 2, 81, 2, 83, 2, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Least Prime Factor
FORMULA
a(n) = A020639(n)^A051904(n).
a(p^k) = p^k where p is a prime.
a(A005117(k)) = A073481(k).
EXAMPLE
a(72) = 4 because 72 = 2^3*3^2, min{2,3} = 2, min{3,2} = 2 and 2^2 = 4.
MATHEMATICA
Table[(FactorInteger[n][[1, 1]])^(Min @@ Last /@ FactorInteger[n]), {n, 85}]
CROSSREFS
Sequence in context: A244734 A230089 A081811 * A034684 A323130 A028233
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 07 2018
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 April 16 19:21 EDT 2024. Contains 371754 sequences. (Running on oeis4.)