This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A030635 #28 May 26 2017 06:20:58 %S A030635 65536,43046721,152587890625,33232930569601,45949729863572161, %T A030635 665416609183179841,48661191875666868481,288441413567621167681, %U A030635 6132610415680998648961,250246473680347348787521,727423121747185263828481,12337511914217166362274241 %N A030635 Numbers with 17 divisors. %C A030635 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 %H A030635 R. J. Mathar, <a href="/A030635/b030635.txt">Table of n, a(n) for n = 1..1000</a> %F A030635 a(n)=A000040(n)^16. - _Omar E. Pol_, May 06 2008 %F A030635 a(n) = A179645(n)^2. - _R. J. Mathar_, May 26 2017 %t A030635 Prime[Range[16]]^16 (* _Vladimir Joseph Stephan Orlovsky_, May 05 2011 *) %o A030635 (PARI) is(n)=isprimepower(n)==16 \\ _Charles R Greathouse IV_, Jun 19 2016 %Y A030635 Cf. A000040, A030632, A030633, A030634. %K A030635 nonn,easy %O A030635 1,1 %A A030635 _Jeff Burch_