powered by
Under OEIS A052486, an Achilles number is a number that is powerful but not perfect. First 6 Achilles numbers are 72, 108, 200, 288, 392, 432.
Achilles(n, gmp = TRUE)
a vector of length n containing first entries from the sequence.
n
the number of first n entries from the sequence.
a logical; TRUE to use large number representation, FALSE otherwise.
TRUE
FALSE
## generate first 3 Achilles numbers and print print(Achilles(3))
Run the code above in your browser using DataLab