Basic Examples (3)
Basic Examples
(3)
BinaryIteratedLog
In[61]:=
Out[61]=
4
———
A slightly larger input shows a step-like jump in the value of :
BinaryIteratedLog
In[63]:=
Out[63]=
5
———
Make a table of the binary iterated logarithm of the first 30 integers:
In[65]:=
Table[i],{i,0,30}
Out[65]=
{0,0,1,2,2,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4}