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.

A256131 a(n) = H_n(10,2) where H_n is the n-th hyperoperator.

Original entry on oeis.org

3, 12, 20, 100, 10000000000
Offset: 0

Views

Author

Natan Arie Consigli, Mar 15 2015

Keywords

Comments

See A054871 for definitions and key links.
Sequence can be also be seen as a(0) = 3, a(1) = 12, a(n) = H_{n-1}(10,10) for n>1. - Natan Arie Consigli, Apr 22 2015; edited by Danny Rorabaugh, Oct 20 2015

Examples

			a(0) = H_0(10,2) = 2+1  = 3;
a(1) = H_1(10,2) = 10+2 = 12;
a(2) = H_2(10,2) = 10*2   = 10+10 = 20;
a(3) = H_3(10,2) = 10^2   = 10*10 = 100;
a(4) = H_4(10,2) = 10^^2  = 10^10 = 10000000000;
a(5) = H_5(10,2) = 10^^^2 = 10^^10 = 10^10^10^10^10^10^10^10^10^10 = ... .
		

Crossrefs

Cf. A054871.

Extensions

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