cp's OEIS Frontend

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.

A183062 Numbers with 59 divisors.

Original entry on oeis.org

288230376151711744, 4710128697246244834921603689, 34694469519536141888238489627838134765625, 10367793076318844190248738727596255138212949486449
Offset: 1

Views

Author

Omar E. Pol, Jul 31 2011

Keywords

Comments

Also, 58th 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.

Crossrefs

Programs

Formula

a(n) = A000040(n)^(59-1) = A000040(n)^58.
A000005(a(n)) = 59.