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!)
A304233 If n = Product (p_j^k_j) then a(n) = min{p_j^k_j}*max{p_j^k_j}. 1
1, 4, 9, 16, 25, 6, 49, 64, 81, 10, 121, 12, 169, 14, 15, 256, 289, 18, 361, 20, 21, 22, 529, 24, 625, 26, 729, 28, 841, 10, 961, 1024, 33, 34, 35, 36, 1369, 38, 39, 40, 1681, 14, 1849, 44, 45, 46, 2209, 48, 2401, 50, 51, 52, 2809, 54, 55, 56, 57, 58, 3481, 15, 3721, 62, 63, 4096, 65 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Prime Factorization
FORMULA
a(n) = A034684(n)*A034699(n).
a(p^k) = p^(2*k) where p is a prime.
a(A002110(k)) = A100484(k).
EXAMPLE
a(60) = 15 because 60 = 2^2*3*5, min{2^2,3,5} = 3, max{2^2,3,5} = 5 and 3*5 = 15.
MATHEMATICA
a[n_] := Min[#[[1]]^#[[2]] & /@FactorInteger[n]] Max[#[[1]]^#[[2]] & /@FactorInteger[n]]; Table[a[n], {n, 65}]
CROSSREFS
Cf. A000977 (numbers n such that a(n) < n), A002110, A007774 (fixed points), A034684, A034699, A066048, A100484, A141809.
Sequence in context: A070453 A070452 A070653 * A357556 A070451 A070450
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 08 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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)