OFFSET
1,1
REFERENCES
Jean-Marie De Koninck, Those Fascinating Numbers, Amer. Math. Soc., 2009, page 16.
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..1000 (first 100 terms from Reinhard Zumkeller)
Andreas Weingartner, On the Solutions of sigma(n) = sigma(n+k), Journal of Integer Sequences, Vol. 14 (2011), Article 11.5.5.
EXAMPLE
a(1) = 42, divisors(42) = {1,2,3,6,7,14,21,42}, divisors(42+20) = {1,2,31,62}: 1+2+3+6+7+14+21+42 = 1+2+31+62.
MATHEMATICA
Select[Range[30000], Equal @@ DivisorSigma[1, # + {0, 20}] &] (* Amiram Eldar, Apr 16 2025 *)
PROG
(PARI) isok(n) = sigma(n) == sigma(n+20); \\ Michel Marcus, Feb 06 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 03 2010
STATUS
approved
