Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Search: a112381 -id:a112381
     Sort: relevance | references | number | modified | created      Format: long | short | data
Numbers n such that the sum of the divisors of n is semiprime.
+10
1
3, 5, 8, 13, 18, 36, 37, 49, 50, 61, 73, 81, 100, 121, 144, 157, 169, 193, 225, 256, 277, 313, 361, 397, 400, 421, 457, 529, 541, 576, 578, 613, 625, 661, 673, 733, 757, 841, 877, 961, 997, 1024, 1093, 1153, 1156, 1201, 1213, 1237, 1321, 1381, 1453
OFFSET
1,1
COMMENTS
The sequence contains a subset of squares {36, 49, 81, 100, 121, 144, 169, 225, 256, ...}.
If n is a term of this sequence and n is nonsquare, then n must be a prime or twice a square. Additionally, if n is in this sequence, then A001221(n) <= 2. - Altug Alkan, Jul 17 2016
LINKS
EXAMPLE
a(6)= 36 with 8 divisors: {1, 2, 3, 4, 6, 9, 12, 18, 36}
and the sum of the divisors is 91 = 7*13 (semiprime).
MAPLE
with(numtheory):for k from 1 to 1600 do:if bigomega(sigma(k))=2 then printf(`%d, `, k): else fi:od:
MATHEMATICA
Select[Range@ 1500, PrimeOmega@ DivisorSigma[1, #] == 2 &] (* Michael De Vlieger, Jul 17 2016 *)
CROSSREFS
Cf. A112381, A023194 (numbers n such that sigma(n) is prime).
KEYWORD
nonn
AUTHOR
Michel Lagneau, Aug 20 2011
STATUS
approved

Search completed in 0.005 seconds