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 A055714 #24 Feb 19 2024 10:27:56 %S A055714 1,10,60,65,75,82,84,130,140,150,175,260,350,410,420,525,780,1050, %T A055714 1105,1550,1812,1820,2050,2100,2210,2325,2378,2460,2665,3050,3250, %U A055714 3500,3972,4228,4420,4575,4650,5330,5425,5460,5473,5740,6150,7852,7868,8282,8840 %N A055714 Numbers n such that n | sigma_10(n). %C A055714 sigma_10(n) is the sum of the 10th powers of the divisors of n (A013958). %H A055714 Amiram Eldar, <a href="/A055714/b055714.txt">Table of n, a(n) for n = 1..10000</a> %t A055714 Do[If[Mod[DivisorSigma[10, n], n]==0, Print[n]], {n, 1, 10000}] %Y A055714 Cf. A013958. %K A055714 nonn %O A055714 1,2 %A A055714 _Robert G. Wilson v_, Jun 09 2000