New in Wolfram Mathematica 7: Integer Sequence Analysis  previous | next 
Generate a Linear Recurrence Sequence
Mathematica 7 efficiently generates linear recurrence sequences with arbitrary numerical or symbolic elements.
In[1]:=

Click for copyable input
ListLinePlot[{Re[#], Im[#]} & /@ 

  LinearRecurrence[{Exp[I Pi/Sqrt[2]], I}/1.1, {1, 1}, 100], 

 PlotRange -> All, AspectRatio -> Automatic]
Out[1]=