A015882 Numbers k such that sigma(k) = sigma(k+12).
35, 104, 285, 287, 310, 329, 340, 345, 406, 609, 660, 736, 767, 957, 1067, 1207, 1242, 1768, 1786, 1817, 1824, 2047, 2288, 2407, 2672, 2686, 2714, 3009, 4012, 4387, 4653, 4847, 6179, 7532, 8366, 8920, 10005, 10528, 11140, 11670, 11951
Offset: 1
Keywords
Links
- Donovan Johnson, Table of n, a(n) for n = 1..1000
- A. Weingartner, On the Solutions of sigma(n) = sigma(n+k), Journal of Integer Sequences, Vol. 14 (2011), #11.5.5.
Crossrefs
Programs
-
Mathematica
Select[Range[20000], DivisorSigma[1, #]==DivisorSigma[1, # + 12] &] (* Vincenzo Librandi, Mar 10 2014 *)
-
PARI
is(n)=sigma(n)==sigma(n+12) \\ Charles R Greathouse IV, Mar 09 2014