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!)
A344585 Numbers whose sum of proper divisors (A001065) is greater than their arithmetic derivative (A003415). 2
6, 10, 14, 15, 21, 22, 26, 30, 33, 34, 35, 38, 39, 42, 46, 51, 55, 57, 58, 60, 62, 65, 66, 69, 70, 74, 77, 78, 82, 84, 85, 86, 87, 90, 91, 93, 94, 95, 102, 105, 106, 110, 111, 114, 115, 118, 119, 122, 123, 126, 129, 130, 132, 133, 134, 138, 140, 141, 142, 143, 145, 146, 150, 154, 155, 156, 158, 159, 161, 165, 166, 170 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Differs from A212168 for the first time at n=100, where a(100) = 221, while A212168(100) = 220. See also comments in A211991.
LINKS
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
isA344585(n) = (A003415(n) < (sigma(n)-n));
CROSSREFS
Cf. A001065, A003415, A212168, A344586 (complement).
Positions of negative terms in A211991.
Sequence in context: A362605 A182853 A212168 * A080365 A000469 A120944
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 24 2021
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 24 13:58 EDT 2024. Contains 371960 sequences. (Running on oeis4.)