Binomial coefficients
 Again for N=20.  The "Table" function in Mathematica makes a list, looping over  from 0 to 20.
 from 0 to 20.
In[10]:=
 ![b20 = Table[Binomial[20, i], {i, 0, 20}]](../HTMLFiles/binomial_3.gif) 
Out[10]=
  
 Type Options[BarChart] to see the various custom settings you can use to change what this next picture looks like.  
We need to load the Graphics`Graphics` package to turn on the BarChart stuff, first.
In[11]:=
  
In[59]:=
 ![BarChart[b20, BarLabels Range[0, 20] ]](../HTMLFiles/binomial_6.gif) 
 ![[Graphics:../HTMLFiles/binomial_7.gif]](../HTMLFiles/binomial_7.gif) 
Out[59]=
  
Created by Mathematica (September 30, 2003)