OFFSET
1,1
COMMENTS
Also, 100th powers of primes.
The n-th number with p divisors is equal to the n-th prime raised to power p-1, where p is prime.
LINKS
EXAMPLE
a(1) = 2^100, a(2) = 3^100, a(3) = 5^100, a(4) = 7^100.
PROG
(PARI) a(n)=prime(n)^100 \\ Charles R Greathouse IV, Jun 19 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Aug 28 2015
STATUS
approved