login
A175876
Numbers k such that sigma(k+2) = 2*sigma(k).
4
118, 1558, 2938, 17758, 19918, 32218, 33838, 55963, 71038, 186778, 308038, 511498, 523774, 553498, 699358, 838213, 1048903, 1159378, 1328938, 1333246, 1700038, 2462686, 2703886, 2956078, 3115318, 3561094, 3764206, 3972694, 7625878, 7852918, 8048962
OFFSET
1,1
COMMENTS
a(1) = A175874(2).
LINKS
Vincenzo Librandi and Donovan Johnson, Table of n, a(n) for n = 1..1000 (first 171 terms from Vincenzo Librandi)
MATHEMATICA
Do[If[DivisorSigma[1, n+2]==2 DivisorSigma[1, n], Print[n]], {n, 2, 10^7}] (* or *) Select[Range[8000000], DivisorSigma[1, # + 2] == 2 DivisorSigma[1, #]&](* Vincenzo Librandi, Apr 04 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 06 2010
STATUS
approved