OFFSET
0,1
COMMENTS
This sequence corresponds to the initial digit of 3vvn (since 3^(3^n) = ((((3^3)^3)^...)^3) n-times), where vv indicates weak tetration (see links).
The author conjectures that the distribution of the initial digits of the present sequence obey Benford's law or Zipf's law (see links).
The corresponding final digit of 3^(3^n) is A010705(n) = 3 if n even or 7 if n odd.
REFERENCES
A. Iorliam, Natural Laws (Benford's Law and Zipf's Law) For Network Traffic Analysis, In: Cybersecurity in Nigeria. SpringerBriefs in Cybersecurity. Springer, Cham (2019), 3-22. DOI: 10.1007/978-3-030-15210-9_2
LINKS
Pointless Large numbers stuff by Cookiefonster, 2.03 The Weak Hyper-Operators.
Wikipedia, Benford's law.
Wikipedia, Zipf's law.
EXAMPLE
a(2) = 1, since 3^(3^2) = 3^9 = 19683.
MATHEMATICA
Join[{3}, Table[Floor[3^(3^n)/10^Floor[Log10[3^(3^n)]]], {n, 16}]]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Marco RipĂ , Aug 10 2023
EXTENSIONS
More terms from Jinyuan Wang, Aug 11 2023
STATUS
approved