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 A366635 #11 Jan 04 2024 19:07:20 %S A366635 2,16,108,640,5600,36288,264992,1536000,12387168,85120000,658519752, %T A366635 3135283200,32296336800,216063877120,1450340640000,8333819904000, %U A366635 77537969371008,488237947481088,3790563394976072,19162214400000000,170264753751665664,1245495178700551680 %N A366635 a(n) = phi(7^n-1), where phi is Euler's totient function (A000010). %H A366635 Max Alekseyev, <a href="/A366635/b366635.txt">Table of n, a(n) for n = 1..388</a> %t A366635 EulerPhi[7^Range[30] - 1] (* _Wesley Ivan Hurt_, Oct 15 2023 *) %o A366635 (PARI) {a(n) = eulerphi(7^n-1)} %Y A366635 phi(k^n-1): A053287 (k=2), A295500 (k=3), A295501 (k=4), A295502 (k=5), A366623 (k=6), this sequence (k=7), A366654 (k=8), A366663 (k=9), A295503 (k=10), A366685 (k=11), A366711 (k=12). %Y A366635 Cf. A000010, A024075, A366632, A366633, A366634. %K A366635 nonn %O A366635 1,1 %A A366635 _Sean A. Irvine_, Oct 15 2023