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

%I #55 Feb 03 2024 00:55:10

%S 512,19683,1953125,40353607,2357947691,10604499373,118587876497,

%T 322687697779,1801152661463,14507145975869,26439622160671,

%U 129961739795077,327381934393961,502592611936843,1119130473102767

%N a(n) = prime(n)^9.

%C 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

%H T. D. Noe, <a href="/A179665/b179665.txt">Table of n, a(n) for n = 1..1000</a>

%H Xavier Gourdon and Pascal Sebah, <a href="http://numbers.computation.free.fr/Constants/Miscellaneous/constantsNumTheory.html">Some Constants from Number theory</a>.

%H Will Nicholes, <a href="http://willnicholes.com/math/primesiglist.htm">Prime Signatures</a>.

%F a(n) = A000040(n)^9 = A001017(A000040(n)). - _Wesley Ivan Hurt_, Mar 27 2014

%F Sum_{n>=1} 1/a(n) = P(9) = 0.0020044675... (A085969). - _Amiram Eldar_, Jul 27 2020

%F From _Amiram Eldar_, Jan 24 2021: (Start)

%F Product_{n>=1} (1 + 1/a(n)) = zeta(9)/zeta(18) = A013667/A013676.

%F Product_{n>=1} (1 - 1/a(n)) = 1/zeta(9) = 1/A013667. (End)

%e a(1) = 512 since the ninth power of the first prime is 2^9 = 512. - _Wesley Ivan Hurt_, Mar 27 2014

%p A179665:=n->ithprime(n)^9; seq(A179665(n), n=1..30); # _Wesley Ivan Hurt_, Mar 27 2014

%t Array[Prime[ # ]^9&, 30]

%o (PARI) a(n)=prime(n)^9 \\ _Charles R Greathouse IV_, Jul 20 2011

%o (Magma) [p^9: p in PrimesUpTo(300)]; // _Vincenzo Librandi_, Mar 27 2014

%Y Cf. A001248, A030078, A030514, A050997, A030516, A092759, A179645.

%Y Cf. A013667, A013676, A085969.

%K nonn,easy

%O 1,1

%A _Vladimir Joseph Stephan Orlovsky_, Jul 23 2010

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 18 09:20 EDT 2024. Contains 371769 sequences. (Running on oeis4.)