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 A036907 #16 Nov 21 2020 13:23:37 %S A036907 1,9,36,225,441,625,1089,1521,2025,2601,3249,3600,4761,5625,6561,7569, %T A036907 8100,8649,10000,12321,15129,16641,19881,22500,25281,26244,28224, %U A036907 31329,32400,33489,35721,40401,45369,47961,50625,56169,62001,71289,84681 %N A036907 Square refactorable numbers. %H A036907 Harvey P. Dale, <a href="/A036907/b036907.txt">Table of n, a(n) for n = 1..1000</a> %H A036907 S. Colton, <a href="http://www.cs.uwaterloo.ca/journals/JIS/colton/joisol.html">Refactorable Numbers - A Machine Invention</a>, J. Integer Sequences, Vol. 2, 1999, #2. %H A036907 S. Colton, <a href="http://web.archive.org/web/20070831060523/http://www.dai.ed.ac.uk/homes/simonco/research/hr/">HR - Automatic Theory Formation in Pure Mathematics</a> %e A036907 9 is refactorable because tau(9)=3 and 3 divides 9 and 9 is a square number. %t A036907 Select[Range[300]^2,Divisible[#,DivisorSigma[0,#]]&] (* _Harvey P. Dale_, Nov 21 2020 *) %o A036907 (PARI) isok(n) = issquare(n) && ! (n % numdiv(n)); \\ _Michel Marcus_, Aug 31 2013 %Y A036907 A033950. %K A036907 nonn %O A036907 1,2 %A A036907 Simon Colton (simonco(AT)cs.york.ac.uk)