Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get the binary iterated logarithm of a positive number
ResourceFunction["BinaryIteratedLog"][z] gives the binary iterated logarithm of z. |
BinaryIteratedLog is the inverse of binary tetration (repeated exponentiation):
In[1]:= | ![]() |
Out[1]= | ![]() |
A slightly larger input shows a step-like jump in the value of BinaryIteratedLog:
In[2]:= | ![]() |
Out[2]= | ![]() |
Make a table of the binary iterated logarithm of the first 30 integers:
In[3]:= | ![]() |
Out[3]= | ![]() |
BinaryIteratedLog gives zero for values less than 2:
In[4]:= | ![]() |
Out[4]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License