A052486: Achilles numbers

AchillesR Documentation

Achilles numbers

Description

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.

Usage

Achilles(n, gmp = TRUE)

Arguments

n

the number of first n entries from the sequence.

gmp

a logical; TRUE to use large number representation, FALSE otherwise.

Value

a vector of length n containing first entries from the sequence.

Examples

## generate first 3 Achilles numbers and print
print(Achilles(3))


kisungyou/Zseq documentation built on Sept. 13, 2022, 5:12 a.m.