A100696 Weird numbers m such that the sum of their divisors below A033880(m) is greater than A033880(m) = abundance of m.
9272, 222952, 243892, 338572, 343876, 351956, 407132, 410476, 465652, 1188256, 1229152, 1901728, 2081824, 2189024, 3963968, 4199030, 4486208, 4559552, 5440192, 5568448, 5681270, 5763310, 5780810, 5804330, 5823790, 5921090, 6365870, 6460864, 6543110, 6911512
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Donovan Johnson)
Programs
-
PARI
is_A100696(n,d=divisors(n)[^-1],a=vecsum(d)-n,s=a)={for(i=1,#d,d[i]0||break); !is_A005835(n,d,a+n)} \\ M. F. Hasler, Jul 30 2016
Extensions
a(14)-a(30) from Donovan Johnson, Apr 19 2012
Data up to 10^7 double-checked by M. F. Hasler, Jul 30 2016
Comments