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 A062732 #11 Dec 15 2017 17:35:14 %S A062732 1,1,4,4,4,4,16,16,16,36,16,16,36,16,36,36,36,64,100,36,36,100,36,64, %T A062732 64,64,64,144,64,196,100,64,144,64,100,256,144,144,144,144,144,144, %U A062732 144,144,144,196,400,144,144,144,400,144,144,324,144,400,256,324,256,144 %N A062732 Squares arising in A039770. %D A062732 D. M. Burton, Elementary Number Theory, Allyn and Bacon Inc., Boston MA, 1976, p. 141. %H A062732 Harry J. Smith, <a href="/A062732/b062732.txt">Table of n, a(n) for n = 1..1000</a> %o A062732 (PARI) je=[]; for(n=1,1000, if(issquare(eulerphi(n)),je=concat(je,eulerphi(n)))); je %o A062732 (PARI) n=0; for (m=1, 10^5, if (issquare(a=eulerphi(m)), write("b062732.txt", n++, " ", a); if (n==1000, break))) \\ _Harry J. Smith_, Aug 10 2009 %Y A062732 Cf. A039770. %K A062732 nonn %O A062732 1,3 %A A062732 _Jason Earls_, Jul 12 2001