Abundant {Zseq} | R Documentation |
Abundant numbers
Description
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)
Arguments
n |
the number of first |
gmp |
a logical; |
Value
a vector of length n
containing first entries from the sequence.
See Also
Examples
## generate first 30 Abundant numbers and print it
print(Abundant(30))
[Package Zseq version 0.2.1 Index]