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!)
A274992 a(n) = f_n(2), with f_0(x) = x+2, f_n+1(x) = (f_n)^x(x). 0
4, 6, 18, 6973568802 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Next term is too large to include.
This function is a particular instance of the fast-iteration hierarchy function F[k]_n(x). Here we have f_n(x) = F[2]_n(x). See A275000 for details and definitions and formulae.
LINKS
MATHEMATICA
f[0, x_] := x + 2; f[n_, x_] := Nest[f[n - 1, # ]&, x, x]; Table[f[n, 2], {n, 0, 3}]
CROSSREFS
Cf. A275000(F[n]_n(x)), A154714 (F[1]_n(x)).
Sequence in context: A005959 A057393 A196570 * A317584 A012928 A013160
KEYWORD
nonn
AUTHOR
Natan Arie Consigli, Oct 08 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 April 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)