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 A175699 #6 Jul 11 2020 19:57:06 %S A175699 1,2,3,16,25,1296,49,262144,6561,1000000,14641,61917364224,28561, %T A175699 56693912375296,11390625,4294967296,6975757441,121439531096594251776, %U A175699 47045881 %N A175699 a(n) = n ^ phi(n-1), phi(n) = A000010(n) = Euler totient function. %e A175699 For n = 6, a(6) = 6 ^ phi(6-1) = 6 ^ A000010(5) = 6 ^ 4 = 1296. %t A175699 Table[n^EulerPhi[n-1],{n,20}] (* _Harvey P. Dale_, Jul 11 2020 *) %o A175699 (PARI) a(n)=n^eulerphi(n-1) \\ _Charles R Greathouse IV_, Feb 21 2013 %K A175699 nonn %O A175699 1,2 %A A175699 _Jaroslav Krizek_, Aug 09 2010