login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139572 Numbers with 37 divisors. 19
68719476736, 150094635296999121, 14551915228366851806640625, 2651730845859653471779023381601, 30912680532870672635673352936887453361, 12646218552730347184269489080961456410641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
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.
LINKS
FORMULA
a(n) = A000040(n)^(37-1) = A000040(n)^36.
MAPLE
A139572 := proc(n) ithprime(n)^36 ; end proc: seq(A139572(n), n=1..10) ; # R. J. Mathar, Feb 05 2010
MATHEMATICA
Prime[Range[10]]^36 (* Vladimir Joseph Stephan Orlovsky, May 05 2011 *)
PROG
(PARI) a(n)=prime(n)^36 \\ Charles R Greathouse IV, Jun 19 2016
CROSSREFS
Sequence in context: A017376 A017496 A017628 * A321284 A186095 A218397
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, May 07 2008
EXTENSIONS
More terms from R. J. Mathar, Feb 05 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 26 18:59 EDT 2024. Contains 375462 sequences. (Running on oeis4.)