A146746 Duplicate of A073541.
5, 14, 54, 55, 56, 58, 70, 87, 88, 89, 114, 118, 123, 125, 178, 201, 204, 206, 220, 246, 354, 358, 417, 419, 459, 478, 500, 534, 549, 594, 604, 620, 646, 654, 663, 715, 718, 753, 834, 835, 838, 894, 957
Offset: 1
Keywords
Programs
-
Mathematica
sQ[n_]:=Module[{sn=DivisorSigma[1,n],sn1=DivisorSigma[1,n+1]},Divisible[sn sn1,sn+sn1]]; Select[Range[1000],sQ] (* Harvey P. Dale, Apr 21 2011 *)
Extensions
Corrected by Harvey P. Dale, Apr 21 2011
Comments