7 kyu

Excessively Abundant Numbers

892 of 2,013RichAWarren

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 Trained2630
Total Skips77
Total Code Submissions4264
Total Times Completed2013
JavaScript Completions601
Ruby Completions133
CoffeeScript Completions17
Python Completions892
Haskell Completions111
Java Completions344
Fortran Completions27
Total Stars26
% 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