OFFSET
1,1
COMMENTS
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..100000
MATHEMATICA
s = Select[Range[2^11], DivisorSigma[1, #] > 2 # && Times @@ Boole@ Map[DivisorSigma[1, #] <= 2 # &, Most@ Divisors@ #] == 1 &];
Map[Length@ Select[Divisors[#], 2 # < (Times @@ Map[Power @@ # &, FactorInteger[#] /. {p_, e_} /; e > 0 :> {Prime[PrimePi[p] + 1], e}] - Boole[# == 1]) &] &, s] (* Michael De Vlieger, Dec 06 2024 *)
PROG
CROSSREFS
KEYWORD
AUTHOR
Antti Karttunen, Dec 05 2024
STATUS
approved