OFFSET
1,1
COMMENTS
Numbers which do not appear in A000593; that is, there is no positive integer N whose sum of odd divisors is equal to a(n) for any n.
The sum of odd divisors of x is equal to sigma(x) if and only if x is odd. So, there are numbers in the range of sigma(x) that are not in the range of the sum of odd divisors function.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
TakeWhile[Complement[Range@ #, Union@ Table[Total@ Select[Divisors@ n, OddQ], {n, 2 #}]], Function[k, k <= #]] &@ 100 (* Michael De Vlieger, Jul 07 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Timothy L. Tiffin, Jul 07 2016
STATUS
approved