login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A037198
Number of divisors of (sigma(n)-n) = number of divisors of n.
1
6, 9, 10, 14, 22, 28, 30, 33, 38, 42, 46, 51, 54, 60, 62, 66, 69, 84, 86, 87, 91, 92, 93, 96, 102, 118, 132, 133, 135, 141, 142, 145, 158, 159, 166, 168, 170, 174, 182, 183, 188, 190, 206, 216, 217, 219, 246, 247, 248, 249, 253, 262, 264, 267, 278, 280, 285, 290
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[400], DivisorSigma[0, DivisorSigma[1, #]-#]==DivisorSigma[ 0, #]&] (* Harvey P. Dale, Feb 24 2017 *)
PROG
(PARI) isok(n) = (diff = sigma(n)-n) && (numdiv(n) == numdiv(diff)) \\ Michel Marcus, Jul 14 2013
CROSSREFS
Sequence in context: A145311 A363464 A328244 * A359277 A054020 A121014
KEYWORD
easy,nonn
STATUS
approved