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 A291209 #10 Aug 22 2017 10:37:46 %S A291209 9504,16560,41400,5048568,10889856,11941344,16255080,131473152, %T A291209 5517818880,107561120688,612014161920 %N A291209 Numbers n such that psi(n) is the sum of proper divisors of n where psi(n) = A001615(n). %C A291209 Or numbers n such that sigma(n) = psi(n) + n where psi(n) = A001615(n) and sigma(n) = A000203(n). %C A291209 9504 = 2^5*3^3*11 is the smallest number with this property. %e A291209 16560 is a term because sigma(16560) = 58032 and psi(16560) = 41472; sigma(16560) - psi(16560) = 16560. %o A291209 (PARI) a001615(n) = n*sumdivmult(n, d, issquarefree(d)/d); %o A291209 isok(n) = sigma(n)==a001615(n)+n; \\ after _Charles R Greathouse IV_ at A001615 %Y A291209 Cf. A000203, A001065, A001615. %K A291209 nonn,more %O A291209 1,1 %A A291209 _Altug Alkan_, Aug 21 2017 %E A291209 a(9)-a(11) from _Giovanni Resta_, Aug 21 2017