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
0, 1, 3, 7625597484987 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,3
COMMENTS
See A054871 for definitions and key links.
LINKS
EXAMPLE
a(-1)= H_5(3,-1)= 0;
a(0) = H_5(3,0) = 1;
a(1) = H_5(3,1) = 3;
a(2) = H_5(3,2) = H_4(3, H_4(3,1)) = H_4(3,3) = 3^3^3 = 7625597484987;
MATHEMATICA
NestList[3^#^3 &, 0, 3] (* Vincenzo Librandi, Jan 18 2016 *)
CROSSREFS
Cf. A014222 (H_4(3,n)), A054871, A266198 (H_5(2,n)).
Sequence in context: A058447 A275939 A230810 * A216148 A058453 A058471
KEYWORD
nonn
AUTHOR
Natan Arie Consigli, Jan 12 2016
STATUS
approved

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 March 28 16:58 EDT 2024. Contains 371254 sequences. (Running on oeis4.)