OFFSET
1,1
REFERENCES
J.-M. De Koninck, Ces nombres qui nous fascinent, Entry 51, p. 19, Ellipses, Paris 2008.
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..1000 (first 130 terms from Paolo P. Lava)
A. Weingartner, On the Solutions of sigma(n) = sigma(n+k), Journal of Integer Sequences, Vol. 14 (2011), #11.5.5.
MATHEMATICA
Select[Range[60000], DivisorSigma[1, #]==DivisorSigma[1, # + 4] &] (* Vincenzo Librandi, Mar 10 2014 *)
SequencePosition[DivisorSigma[1, Range[50000]], {x_, _, _, _, x_}][[;; , 1]] (* Harvey P. Dale, Feb 13 2025 *)
PROG
(PARI) is(n)=sigma(n)==sigma(n+4) \\ Charles R Greathouse IV, Mar 09 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved