OFFSET
1,1
COMMENTS
a(18) <= 17592142004224. In general, if 2^k-11 is prime (A096817) then 2^(k-2)*3*(2^k-11) is a term for k > 3. Moreover, if 2^k-21 is prime (A096820) then 2^(k-2)*(2^k-21) is a term for k > 4. - Giovanni Resta, Sep 09 2019
MATHEMATICA
Select[Range[100000],
Divisible[DivisorSigma[1, #], EulerPhi[#] + 5] &] (* David Nacin, Feb 28 2012 *)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
More terms from Jud McCranie, Dec 26 1999
Offset corrected and a(15)-a(16) from Donovan Johnson, Feb 28 2012
a(17) from Giovanni Resta, Sep 09 2019
STATUS
approved