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.

A253855 a(n) = H_n(4,2) where H_n is the n-th hyperoperator.

Original entry on oeis.org

3, 6, 8, 16, 256
Offset: 0

Views

Author

Natan Arie Consigli, May 02 2015

Keywords

Comments

See A054871 for definitions and key links.
This sequence is also a(0)=0, a(1)=1, a(n)=H_{n-1}(4,4) for n>1.

Examples

			a(0) = H_0(4,2) = 2+1 = 3
a(1) = H_1(4,2) = 4+2 = 6.
a(2) = H_2(4,2) = 4*2 = 8.
a(3) = H_3(4,2) = 4^2 = 16.
a(4) = H_4(4,2) = 4^^2 = 4^4 = 256.
a(5) = H_5(4,2) = 4^^^2 = 4^^4 = 4^4^4^4 = 4^4^256 = ...
		

Crossrefs

Extensions

First term corrected and hyperoperator notation implemented by Danny Rorabaugh, Oct 20 2015