|
Further Examples: DigitCount
Here is a small number.
In[1]:= 
Here are two ways to see its digits in base .
In[2]:= 
Out[2]//BaseForm= 
In[3]:= 
Out[3]= 
This counts how many times occurs in the base expansion of x.
In[4]:= 
Out[4]= 
In the list of digits there are ones, two, threes, fours, fives, sixes and zeros.
In[5]:= 
Out[5]= 
In[6]:= 
|