login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A266199 a(n) = H_5(3,n) where H_n is the n-th hyperoperator. 3

%I #14 Jan 11 2020 15:57:47

%S 0,1,3,7625597484987

%N a(n) = H_5(3,n) where H_n is the n-th hyperoperator.

%C See A054871 for definitions and key links.

%e a(-1)= H_5(3,-1)= 0;

%e a(0) = H_5(3,0) = 1;

%e a(1) = H_5(3,1) = 3;

%e a(2) = H_5(3,2) = H_4(3, H_4(3,1)) = H_4(3,3) = 3^3^3 = 7625597484987;

%t NestList[3^#^3 &, 0, 3] (* _Vincenzo Librandi_, Jan 18 2016 *)

%Y Cf. A014222 (H_4(3,n)), A054871, A266198 (H_5(2,n)).

%K nonn

%O -1,3

%A _Natan Arie Consigli_, Jan 12 2016

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)