This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A306329 #5 Feb 21 2019 04:16:55 %S A306329 1,2,3,4,5,36,7,8,9,100,11,216,13,196,225,16,17,216,19,1000,441,484, %T A306329 23,1296,25,676,27,2744,29,27000,31,32,1089,1156,1225,1296,37,1444, %U A306329 1521,10000,41,74088,43,10648,3375,2116,47,7776,49,1000,2601,17576,53,1296,3025,38416,3249,3364,59,810000 %N A306329 If n = Product (p_j^k_j) then a(n) = Product (p_j)^Sum (k_j). %F A306329 a(n) = rad(n)^bigomega(n) = A007947(n)^A001222(n). %e A306329 a(12) = a(2^2 * 3^1) = (2 * 3)^(2 + 1) = 216. %t A306329 Table[Last[Select[Divisors[n], SquareFreeQ]]^PrimeOmega[n], {n, 60}] %Y A306329 Cf. A000961 (fixed points), A001222, A007947, A088865, A285769, A303277, A303278, A306328. %K A306329 nonn %O A306329 1,2 %A A306329 _Ilya Gutkovskiy_, Feb 07 2019