login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)