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.

A030629 Numbers with 11 divisors.

Original entry on oeis.org

1024, 59049, 9765625, 282475249, 25937424601, 137858491849, 2015993900449, 6131066257801, 41426511213649, 420707233300201, 819628286980801, 4808584372417849, 13422659310152401
Offset: 1

Views

Author

Keywords

Comments

Let p be a prime. Then the n-th number with p divisors is equal to prime(n)^(p-1). - Omar E. Pol, May 06 2008

Crossrefs

Programs

Formula

a(n) = A000040(n)^10, i.e. tenth power of n-th prime. - Henry Bottomley, Aug 20 2001
From Amiram Eldar, Jan 24 2021: (Start)
Product_{n>=1} (1 + 1/a(n)) = zeta(10)/zeta(20) = 16368226875/(174611*Pi^10) = A013668/A013678.
Product_{n>=1} (1 - 1/a(n)) = 1/zeta(10) = 93555/Pi^10 = 1/A013668. (End)