login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A244059 Initial digit of the decimal expansion of n^(n^(n^n)) or n^^4 (in Don Knuth's up-arrow notation). 4
1, 1, 6, 1, 2, 1, 4, 7, 6, 2, 1 (list; graph; refs; listen; history; text; internal format)
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.
Eric Weisstein's World of Mathematics, Joyce Sequence
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
Cf. A324220 (number of digits).
Sequence in context: A085552 A002950 A324046 * A121090 A321991 A010135
KEYWORD
nonn,base,hard,more
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)