The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A179665 a(n) = prime(n)^9. 22
512, 19683, 1953125, 40353607, 2357947691, 10604499373, 118587876497, 322687697779, 1801152661463, 14507145975869, 26439622160671, 129961739795077, 327381934393961, 502592611936843, 1119130473102767 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Product_{n >= 2, m_n = (a(n) mod 4) - 2} ((a(n) + 1) / (a(n) - 1))^m_n = 209865342976 / 209844223875. - Dimitris Valianatos, May 13 2020
LINKS
Xavier Gourdon and Pascal Sebah, Some Constants from Number theory.
Will Nicholes, Prime Signatures.
FORMULA
a(n) = A000040(n)^9 = A001017(A000040(n)). - Wesley Ivan Hurt, Mar 27 2014
Sum_{n>=1} 1/a(n) = P(9) = 0.0020044675... (A085969). - Amiram Eldar, Jul 27 2020
From Amiram Eldar, Jan 24 2021: (Start)
Product_{n>=1} (1 + 1/a(n)) = zeta(9)/zeta(18) = A013667/A013676.
Product_{n>=1} (1 - 1/a(n)) = 1/zeta(9) = 1/A013667. (End)
EXAMPLE
a(1) = 512 since the ninth power of the first prime is 2^9 = 512. - Wesley Ivan Hurt, Mar 27 2014
MAPLE
A179665:=n->ithprime(n)^9; seq(A179665(n), n=1..30); # Wesley Ivan Hurt, Mar 27 2014
MATHEMATICA
Array[Prime[ # ]^9&, 30]
PROG
(PARI) a(n)=prime(n)^9 \\ Charles R Greathouse IV, Jul 20 2011
(Magma) [p^9: p in PrimesUpTo(300)]; // Vincenzo Librandi, Mar 27 2014
CROSSREFS
Sequence in context: A351607 A343289 A050756 * A056586 A096962 A231308
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 May 16 14:51 EDT 2024. Contains 372554 sequences. (Running on oeis4.)