login
Numbers produced from the numbers 2 and 3, using hyper operators.
0

%I #10 Nov 16 2012 12:04:30

%S 5,6,8,9,16,27,65536,7625597484987

%N Numbers produced from the numbers 2 and 3, using hyper operators.

%C a(9) = 2^^65536.

%e 5=2+3

%e 6=2*3

%e 8=2^3

%e 9=3^2

%e 16=2^^3

%e 27=3^^2

%e 65536=2^^^3

%e 7625597484987=3^^^2

%K nonn

%O 1,1

%A _Robin Powell_, Nov 07 2012