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!)
A308360 Product of positive divisors d of n that are divisible by every prime that divides n. 1
1, 2, 3, 8, 5, 6, 7, 64, 27, 10, 11, 72, 13, 14, 15, 1024, 17, 108, 19, 200, 21, 22, 23, 1728, 125, 26, 729, 392, 29, 30, 31, 32768, 33, 34, 35, 46656, 37, 38, 39, 8000, 41, 42, 43, 968, 675, 46, 47, 82944, 343, 500, 51, 1352, 53, 5832, 55, 21952, 57, 58, 59 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n for squarefree numbers (A005117).
a(n) = A064549(n)^(A005361(n)/2). - Charlie Neder, Jun 03 2019
EXAMPLE
The divisors of 12 that are divisible by both 2 and 3 are 6 and 12. So a(12) = 6 * 12 = 72.
MATHEMATICA
Table[Sqrt[(n*Product[If[PrimeQ[d], d, 1], {d, Divisors[n]}])^Product[ FactorInteger[n][[k, 2]], {k, 1, Length[FactorInteger[n]]}]], {n, 1, 100}] (* Vaclav Kotesovec, Jun 15 2019 *)
PROG
(Magma) [1] cat [&*[d: d in Divisors(n) | d gt 1 and #[c: c in Divisors(d) | IsPrime(c)] eq #[d: d in Divisors(n) | IsPrime(d)]]: n in [2..100]]
CROSSREFS
See A005361 and A057723 for number and sum of such divisors.
Sequence in context: A100782 A110340 A183091 * A324364 A265344 A089489
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, May 22 2019
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 August 7 17:47 EDT 2024. Contains 375017 sequences. (Running on oeis4.)