OFFSET
1,1
COMMENTS
The quotient (sigma(k)/sigma(k+1)) is equal to 1, 2, 3 or 4 for the first 5000 terms. - Donovan Johnson, Oct 21 2012
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..5000
EXAMPLE
12 is included because sigma(13) = 14 divides sigma(12) = 28.
MATHEMATICA
Select[Range[50000], Mod[DivisorSigma[1, # ], DivisorSigma[1, # + 1]] == 0 &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Leroy Quet, Nov 11 2000
EXTENSIONS
More terms from Benoit Cloitre, Jul 27 2002
STATUS
approved