OFFSET
2,3
LINKS
Michael De Vlieger, Table of n, a(n) for n = 2..10000
G. Kreweras, Sur les hiérarchies de segments, Cahiers du Bureau Universitaire de Recherche Opérationnelle, Institut de Statistique, Université de Paris, #20 (1973). (Annotated scanned copy)
EXAMPLE
25 = 5^2, so a(25) = 2^5 = 32.
MATHEMATICA
Array[#2^If[#1 == 1, 1, #1^(1/#2)] & @@ {#, Apply[GCD, FactorInteger[#][[All, -1]]]} &, 99, 2] (* Michael De Vlieger, Nov 05 2017, after Ray Chandler at A052409 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Leroy Quet, Dec 14 2005
EXTENSIONS
Extended by Ray Chandler, Dec 25 2005
STATUS
approved