OFFSET
1,1
REFERENCES
J.-M. De Koninck, Ces nombres qui nous fascinent, Entry 182, p. 56, Ellipses, Paris 2008.
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Range[350000], DivisorSigma[1, #]==DivisorSigma[1, # + 13] &] (* Vincenzo Librandi, Mar 10 2014 *)
PROG
(PARI) is(n)=sigma(n)==sigma(n+13) \\ Charles R Greathouse IV, Mar 09 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by T. D. Noe, Oct 31 2006
STATUS
approved