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!)
A280299 Numbers with 71 divisors. 6
1180591620717411303424, 2503155504993241601315571986085849, 8470329472543003390683225006796419620513916015625, 143503601609868434285603076356671071740077383739246066639249, 7897469567994392174328988784504809847540729881935024059662581894710332201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, 70th powers of primes.
More generally, the n-th number with p divisors is equal to the n-th prime raised to power p-1, where p is prime. In this case, p = 71.
LINKS
FORMULA
a(n) = A000040(n)^(71-1) = A000040(n)^70.
A000005(a(n)) = 71.
EXAMPLE
a(1) = 2^70, a(2) = 3^70, a(3) = 5^70, a(4) = 7^70, a(5) = 11^70.
MATHEMATICA
Array[Prime[#]^70 &, {5}] (* Michael De Vlieger, Dec 31 2016 *)
PROG
(PARI) a(n)=prime(n)^70
CROSSREFS
Sequence in context: A172564 A095438 A115503 * A092118 A257376 A037017
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Dec 31 2016
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 March 29 05:16 EDT 2024. Contains 371264 sequences. (Running on oeis4.)