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.

A183085 Numbers with 61 divisors.

Original entry on oeis.org

1152921504606846976, 42391158275216203514294433201, 867361737988403547205962240695953369140625, 508021860739623365322188197652216501772434524836001
Offset: 1

Views

Author

Omar E. Pol, Jul 31 2011

Keywords

Comments

Also, 60th 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

  • PARI
    a(n)=prime(n)^60

Formula

a(n) = A000040(n)^(61-1) = A000040(n)^60.
A000005(a(n)) = 61.