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 A176030 #8 Sep 03 2022 22:24:28 %S A176030 1,32,59049,4398046511104,1490116119384765625, %T A176030 808281277464764060643139600456536293376, %U A176030 1798465042647412146620280340569649349251249 %N A176030 a(n) = n^(sigma_2(n)). %C A176030 sigma_2 = A001157 is the sum of squares of divisors of n. %F A176030 a(n) = n^A001157(n). %e A176030 a(1) = 1^1 = 1. %e A176030 a(2) = 2^(1+4) = 32. %e A176030 a(3) = 3^(1+9) = 59049. %t A176030 Table[n^DivisorSigma[2,n], {n, 20}] %Y A176030 Cf. A001157, A100879. %K A176030 nonn,easy %O A176030 1,2 %A A176030 _Michel Lagneau_, Apr 06 2010