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!)
A280347 Numbers with 83 divisors. 4
4835703278458516698824704, 1330279464729113309844748891857449678409, 2067951531382569187178521730174907133914530277252197265625, 1986274564260074954771227439341817016242885890299592103563430267952049, 24785642596484137367310393918366845247634028377292875541962916350799472426091085092921 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, 82nd 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 = 83.
LINKS
FORMULA
a(n) = A000040(n)^(83-1) = A000040(n)^82.
A000005(a(n)) = 83.
EXAMPLE
a(1) = 2^82, a(2) = 3^82, a(3) = 5^82, a(4) = 7^82, a(5) = 11^82.
MATHEMATICA
With[{p = 23}, Table[Prime[n]^(Prime@ p - 1), {n, 5}]] (* Michael De Vlieger, Jan 01 2017 *)
PROG
(PARI) a(n)=prime(n)^82
CROSSREFS
Sequence in context: A030198 A104267 A113538 * A009190 A095444 A309072
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Jan 01 2017
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 September 13 00:40 EDT 2024. Contains 375857 sequences. (Running on oeis4.)