7 kyu

Excessively Abundant Numbers

599 of 2,007RichAWarren

Description:

An abundant number or excessive number is a number for which the sum of its proper divisors is greater than the number itself.

The integer 12 is the first abundant number. Its proper divisors are 1, 2, 3, 4 and 6 for a total of 16 (> 12).

Derive function abundantNumber(num)/abundant_number(num) which returns true/True/.true. if num is abundant, false/False/.false. if not.

Fundamentals
Mathematics
Algorithms

Stats:

CreatedJan 26, 2016
PublishedJan 26, 2016
Warriors Trained2620
Total Skips77
Total Code Submissions4256
Total Times Completed2007
JavaScript Completions599
Ruby Completions133
CoffeeScript Completions17
Python Completions889
Haskell Completions111
Java Completions343
Fortran Completions27
Total Stars27
% of votes with a positive feedback rating94% of 354
Total "Very Satisfied" Votes316
Total "Somewhat Satisfied" Votes36
Total "Not Satisfied" Votes2
Ad
Contributors
  • RichAWarren Avatar
  • GiacomoSorbi Avatar
  • CrazyMerlyn Avatar
  • Frederikbh Avatar
  • donaldsebleung Avatar
  • Voile Avatar
  • ZED.CWT Avatar
  • FArekkusu Avatar
  • saudiGuy Avatar
Ad