The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A087321 Smallest multiple of n which is a perfect power (at least a square) of a squarefree number. 7
1, 4, 9, 4, 25, 36, 49, 8, 9, 100, 121, 36, 169, 196, 225, 16, 289, 36, 361, 100, 441, 484, 529, 216, 25, 676, 27, 196, 841, 900, 961, 32, 1089, 1156, 1225, 36, 1369, 1444, 1521, 1000, 1681, 1764, 1849, 484, 225, 2116, 2209, 1296, 49, 100, 2601, 676, 2809, 216 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
If n = p^a*q^b*r^c... p, q, r are primes and max(a, b, c, ...) = K then a(n) = p^K*q^K*r^K...
a(n) = A007947(n)^max(A051903(n), 2). - David Wasserman, May 04 2005
EXAMPLE
a(12) = 3*12 = 36 = 6^2.
a(24) = 9*24 = 216 = 6^3.
MATHEMATICA
a[n_] := (Times @@ First@#)^(Max[Max @@ Last@#, 2]) &@ Transpose @ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, Feb 23 2021 *)
CROSSREFS
Sequence in context: A078615 A197863 A087320 * A053143 A068238 A280441
KEYWORD
easy,nonn
AUTHOR
Amarnath Murthy, Sep 03 2003
EXTENSIONS
More terms from David Wasserman, May 04 2005
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 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)