The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A076829 a(n) = floor(log(log(n^n^n))) (or 0 if not finite). 0
0, 1, 3, 5, 8, 11, 14, 17, 20, 23, 27, 30, 34, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 90, 94, 98, 103, 107, 112, 116, 121, 125, 130, 134, 139, 144, 148, 153, 158, 163, 167, 172, 177, 182, 187, 192, 196, 201, 206, 211, 216, 221, 226, 231, 236, 241, 247 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = floor(n*log(n) + log(log(n))).
EXAMPLE
3^3^3 = 3^27 = 7625597484987. Log(log(7625597484987)) = 3.38..., so a(3)= 3.
MATHEMATICA
Table[ Floor[ n * Log[n] + Log[ Log[n]]], {n, 2, 60}]
CROSSREFS
Sequence in context: A095375 A345979 A129260 * A084505 A084555 A102696
KEYWORD
nonn
AUTHOR
Neil Fernandez, Nov 20 2002
EXTENSIONS
Edited by Robert G. Wilson v, Nov 22 2002
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 May 13 09:49 EDT 2024. Contains 372504 sequences. (Running on oeis4.)