OFFSET
1,2
EXAMPLE
9 is not a term because the value for 8 is 1 + 2 + 4 + 8 = 15 but the value for 9 is 1 + 9 = 10.
MAPLE
sodNosqrt := proc(n) a := 0 ; for d in numtheory[divisors](n) do if d^2 <> n then a := a+d ; fi; od: a ; end: L := [seq(sodNosqrt(n), n=1..2500)] ; read("transforms") ; RECORDS(L)[2] ; # R. J. Mathar, Mar 30 2009
CROSSREFS
KEYWORD
nonn
AUTHOR
J. Lowell, Mar 15 2009
EXTENSIONS
More terms from R. J. Mathar, Mar 30 2009
STATUS
approved