OFFSET
-1,4
COMMENTS
Exponentiation is a right-associative operation: the power tower could be also written as n^n^n^n.
Here we set 0^0=1 by convention.
LINKS
Natan Arie' Consigli, Table of n, a(n) for n = -1..4
EXAMPLE
-1^-1^-1^-1 = -1 has one digit so a(-1)=1.
2^2^2^2 = 65536 has 5 digits so a(2)=5.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Natan Arie Consigli, Feb 18 2019
STATUS
approved