Under OEIS A005101, an abundant number is
a number whose proper divisors sum up to the extent greater than the number itself. First
6 abundant numbers are 12, 18, 20, 24, 30, 36.
Usage
Abundant(n, gmp = TRUE)
Value
a vector of length n containing first entries from the sequence.
Arguments
n
the number of first n entries from the sequence.
gmp
a logical; TRUE to use large number representation, FALSE otherwise.