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 A228174 #20 Nov 04 2013 14:31:51 %S A228174 108,1024,6912,12500,84375,186624,800000,1259712,3294172,11943936, %T A228174 22235661,67108864,145800000,210827008,452984832,1549681956, %U A228174 2573571875,4294967296,10460353203,38423222208,40000000000,52428800000,99179645184,270000000000,782757789696 %N A228174 Numbers representable as x^x * y^y, with x > y > 1. %C A228174 A subsequence of A156223. %e A228174 a(7) = 4^4 * 5^5 = 800000. %t A228174 nn = 12; Select[Rest[Union[Flatten[Table[If[x > y, x^x*y^y, 0], {x, 3, nn}, {y, 2, nn - 1}]]]], # <= 4*nn^nn &] (* _T. D. Noe_, Nov 04 2013 *) %Y A228174 Cf. A000312, A156223. %K A228174 nonn %O A228174 1,1 %A A228174 _Alex Ratushnyak_, Nov 02 2013