umitsarp

10 Reputation

3 Badges

4 years, 111 days

MaplePrimes Activity


These are questions asked by umitsarp

S := proc (n) local i; for i to n do if i <= n and type(i, divisors(n)) and type(n/i, odd) then sum(i) end if end do end proc

Page 1 of 1