login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A030629 Numbers with 11 divisors. 35
1024, 59049, 9765625, 282475249, 25937424601, 137858491849, 2015993900449, 6131066257801, 41426511213649, 420707233300201, 819628286980801, 4808584372417849, 13422659310152401 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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
LINKS
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)
MATHEMATICA
(Prime@Range@30)^10 (* Vladimir Joseph Stephan Orlovsky, Apr 11 2011 *)
PROG
(Sage)
[p**10 for p in prime_range(100)]
# Zerinvary Lajos, May 16 2007
(Magma) [p^10: p in PrimesUpTo(300)]; // Vincenzo Librandi, Mar 27 2014
(PARI) is(n)=isprimepower(n)==10 \\ Charles R Greathouse IV, Jun 19 2016
CROSSREFS
Sequence in context: A008454 A352056 A351608 * A056587 A321819 A231309
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)