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!)
A322020 a(n) = Product_{d|n, gcd(d,n/d) is a prime power} gcd(d,n/d). 2
1, 1, 1, 2, 1, 1, 1, 4, 3, 1, 1, 4, 1, 1, 1, 16, 1, 9, 1, 4, 1, 1, 1, 16, 5, 1, 9, 4, 1, 1, 1, 64, 1, 1, 1, 36, 1, 1, 1, 16, 1, 1, 1, 4, 9, 1, 1, 256, 7, 25, 1, 4, 1, 81, 1, 16, 1, 1, 1, 16, 1, 1, 9, 512, 1, 1, 1, 4, 1, 1, 1, 144, 1, 1, 25, 4, 1, 1, 1, 256, 81, 1, 1, 16, 1, 1, 1, 16, 1, 81, 1, 4, 1, 1, 1, 4096, 1, 49, 9, 100, 1, 1, 1, 16, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = Product_{d|n} gcd(d,n/d)^A069513(gcd(d,n/d)).
PROG
(PARI) A322020(n) = { my(m=1, p); fordiv(n, d, p = gcd(d, n/d); if(isprimepower(p), m *= p)); m; };
CROSSREFS
Sequence in context: A087653 A295666 A355003 * A294895 A285328 A321030
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 28 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 July 19 22:34 EDT 2024. Contains 374441 sequences. (Running on oeis4.)