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.

Showing 1-1 of 1 results.

A275203 Hyperoperations using consecutive integers.

Original entry on oeis.org

1, 2, 4, 64
Offset: 0

Views

Author

Tyler Skywalker, Jul 19 2016

Keywords

Comments

a(4) is too large to display. The number of decimal digits in (the number of decimal digits in a(4)) is approximately 64^64*log[10](64), that is, about 7.1*10^115. - Robert Israel, Jul 19 2016

Examples

			a(0) = H_0(null,0) = 0+1 = 1.
a(1) = H_1(1,1) = 1+1 = 2.
a(2) = H_2(2,2) = 2*2 = 4.
a(3) = H_3(4,3) = 4^3 = 64.
a(4) = H_4(64,4) = 64^(64^(64^64)).
		

Crossrefs

Formula

a(n) = H_n(a(n-1),n), where H_n is the n-th hyperoperation.
Showing 1-1 of 1 results.