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.

A269327 a(n) = 7^prime(n).

Original entry on oeis.org

49, 343, 16807, 823543, 1977326743, 96889010407, 232630513987207, 11398895185373143, 27368747340080916343, 3219905755813179726837607, 157775382034845806615042743, 18562115921017574302453163671207, 44567640326363195900190045974568007
Offset: 1

Views

Author

Emre APARI, Feb 23 2016

Keywords

Examples

			The second prime is 3, hence a(2) = 7^3 = 343.
The third prime is 5, hence a(3) = 7^5 = 16807.
		

Crossrefs

Programs

Formula

a(n) = 7^A000040(n).
Sum_{n>=1} 1/a(n) = A132822. - Amiram Eldar, Aug 11 2020