OFFSET
-1,5
COMMENTS
Next term is too large to fit in the data section.
2^^n is Don Knuth's up arrow notation for the power tower 2^2^...^2 (n times).
LINKS
EXAMPLE
2^^-1=0, so a(-1)=1;
2^^0=1, so a(0)=1;
2^^1=2, so a(1)=1;
2^^2=4, so a(2)=1;
2^^3=16, so a(3)=2;
2^^4=65536, so a(4)=5.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Natan Arie Consigli, Dec 15 2018
STATUS
approved