OFFSET
1,1
COMMENTS
16th 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
a(n)=A000040(n)^16. - Omar E. Pol, May 06 2008
a(n) = A179645(n)^2. - R. J. Mathar, May 26 2017
MATHEMATICA
Prime[Range[16]]^16 (* Vladimir Joseph Stephan Orlovsky, May 05 2011 *)
PROG
(PARI) is(n)=isprimepower(n)==16 \\ Charles R Greathouse IV, Jun 19 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved