# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a139572 Showing 1-1 of 1 %I A139572 #19 Jun 19 2016 02:51:05 %S A139572 68719476736,150094635296999121,14551915228366851806640625, %T A139572 2651730845859653471779023381601, %U A139572 30912680532870672635673352936887453361,12646218552730347184269489080961456410641 %N A139572 Numbers with 37 divisors. %C A139572 36th 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. %H A139572 T. D. Noe, Table of n, a(n) for n = 1..1000 %H A139572 OEIS Wiki, Index entries for number of divisors %F A139572 a(n) = A000040(n)^(37-1) = A000040(n)^36. %p A139572 A139572 := proc(n) ithprime(n)^36 ; end proc: seq(A139572(n),n=1..10) ; # _R. J. Mathar_, Feb 05 2010 %t A139572 Prime[Range[10]]^36 (* _Vladimir Joseph Stephan Orlovsky_, May 05 2011 *) %o A139572 (PARI) a(n)=prime(n)^36 \\ _Charles R Greathouse IV_, Jun 19 2016 %Y A139572 Cf. A000005, A000040, A001248, A030514, A030516, A030629, A030631, A030635, A030637, A137486, A137492, A139571, A139573. %K A139572 nonn,easy %O A139572 1,1 %A A139572 _Omar E. Pol_, May 07 2008 %E A139572 More terms from _R. J. Mathar_, Feb 05 2010 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE