OFFSET
1,1
COMMENTS
18th 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. - Omar E. Pol, May 06 2008
LINKS
R. J. Mathar, Table of n, a(n) for n = 1..1000
FORMULA
MATHEMATICA
Prime[Range[18]]^18 (* Vladimir Joseph Stephan Orlovsky, May 05 2011 *)
PROG
(PARI) is(n)=isprimepower(n)==18 \\ Charles R Greathouse IV, Jun 19 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
a(6) corrected, Mar 26 2007
STATUS
approved