OFFSET
0,3
COMMENTS
This sequence can also be written as (n↑↑4) in Knuth up-arrow notation.
0^^4 = 1 since 0^^k = 1 for even k, 0 for odd k, k >= 0.
Conjecture: the distribution of the initial digits obey G. K. Zipf's law.
LINKS
Cut the Knot.org, Benford's Law and Zipf's Law, A. Bogomolny, Zipf's Law, Benford's Law from Interactive Mathematics Miscellany and Puzzles.
M. E. J. Newman, Power laws, Pareto distributions and Zipf's law.
Eric Weisstein's World of Mathematics, Joyce Sequence
Wikipedia, Knuth's up-arrow notation
Wikipedia, Zipf's law
EXAMPLE
a(4)=2 because A241293(1)=2.
PROG
(PARI) a(n)=digits(n^n^n^n)[1] \\ impractical for large n; Charles R Greathouse IV, May 13 2015
CROSSREFS
KEYWORD
nonn,base,hard,more
AUTHOR
Robert Munafo and Robert G. Wilson v, Jun 18 2014
STATUS
approved