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.

A030516 Numbers with 7 divisors. 6th powers of primes.

Original entry on oeis.org

64, 729, 15625, 117649, 1771561, 4826809, 24137569, 47045881, 148035889, 594823321, 887503681, 2565726409, 4750104241, 6321363049, 10779215329, 22164361129, 42180533641, 51520374361, 90458382169, 128100283921
Offset: 1

Views

Author

Keywords

Comments

These are the numbers p^6 with p prime. - Jorge Coveiro, Apr 13 2004
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

Programs

Formula

a(n) = A000040(n)^(7-1) = A000040(n)^6. - Omar E. Pol, May 06 2008
A056595(a(n)) = 3. - Reinhard Zumkeller, Aug 15 2011
Sum_{n>=1} 1/a(n) = P(6) = 0.0170700868... (A085966). - Amiram Eldar, Jul 27 2020
From Amiram Eldar, Jan 23 2021: (Start)
Product_{n>=1} (1 + 1/a(n)) = zeta(6)/zeta(12) = 675675/(691*Pi^6) (A269404).
Product_{n>=1} (1 - 1/a(n)) = 1/zeta(6) = 945/Pi^6 = 1/A013664. (End)