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.

A179665 a(n) = prime(n)^9.

Original entry on oeis.org

512, 19683, 1953125, 40353607, 2357947691, 10604499373, 118587876497, 322687697779, 1801152661463, 14507145975869, 26439622160671, 129961739795077, 327381934393961, 502592611936843, 1119130473102767
Offset: 1

Views

Author

Keywords

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

Examples

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

Crossrefs

Programs

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)