login
A324219
Number of digits in 3^^n.
0
1, 1, 1, 2, 13, 3638334640025
OFFSET
-1,4
COMMENTS
Next term is too large to fit in the data section.
3^^n is Don Knuth's up arrow notation for the power tower 3^3^...^3 (with n threes).
LINKS
Eric Weisstein's World of Mathematics, Knuth's Up Arrow Notation
Wikipedia, Tetration
EXAMPLE
3^^-1=0, so a(-1)=1;
3^^0=1, so a(0)=1;
3^^1=3, so a(1)=1;
3^^2=27, so a(2)=2;
3^^3=7625597484987, so a(3)=13;
3^^4 = 3^(3^(3^3)) = ...
CROSSREFS
Cf. A319898.
Sequence in context: A027738 A219221 A249510 * A349877 A196815 A260120
KEYWORD
nonn,base,changed
AUTHOR
Natan Arie Consigli, Feb 18 2019
STATUS
approved