New in Wolfram Mathematica 7: Integer Sequence Analysis  previous | next 
Visualize Sequences
Visualize sequences using DiscretePlot for direct insight into behavior.
In[1]:=

Click for copyable input
GraphicsGrid@

 Partition[

  Table[DiscretePlot[f, {k, 50}, 

    PlotLabel -> f], {f, {Mod[k, 11], Mod[k^2, 11], Mod[k^3, 11], 

     Mod[11^k, 9], BitLength[k], DigitCount[k, 2, 1], EulerPhi[k], 

     DivisorSigma[0, k], DivisorSigma[1, k]}}], 3]
Out[1]=