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.

A275211 Numbers of the form p^^k, where p is prime, k > 1, and ^^ is the tetration operator: x^^y = x^x^...^x with y copies of x.

Original entry on oeis.org

4, 16, 27, 3125, 65536, 823543, 285311670611, 7625597484987, 302875106592253, 827240261886336764177, 1978419655660313589123979, 20880467999847912034355032910567
Offset: 1

Views

Author

Tyler Skywalker, Jul 19 2016

Keywords

Examples

			a(1) = 2^^2 = 2^2 = 4.
a(2) = 2^^3 = 2^2^2 = 16.
a(3) = 3^^2 = 3^3 = 27.
a(4) = 5^^2 = 5^5 = 3125.
		

Crossrefs

Cf. A000040.

Programs

Formula

For any prime number, p, p tetrated x times, where x is any integer greater than 1, is a prime tetration.

Extensions

a(5) inserted, a(10)-a(12) corrected by Charles R Greathouse IV, Jul 19 2016