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.

A137486 Numbers with 23 divisors.

Original entry on oeis.org

4194304, 31381059609, 2384185791015625, 3909821048582988049, 81402749386839761113321, 3211838877954855105157369, 1174562876521148458974062689, 13569980418174090907801371961
Offset: 1

Views

Author

R. J. Mathar, Apr 22 2008

Keywords

Comments

Maple implementation: see A030513.
22nd 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. - Omar E. Pol, May 06 2008

Crossrefs

Cf. A137485 (22 divs), A137487 (24 divs).

Programs

Formula

A000005(a(n))=23.
a(n)=A000040(n)^(23-1)=A000040(n)^(22). - Omar E. Pol, May 06 2008