Euler's Triangle Extended
AAA gives Euler's Triangle values.
BBB through GGG are then formulas for the next six recursive summations of series from an initial Euler Triangle row.
The (n+1) th accumulation from an initial Euler Triangle row values gives a series that are x^n values. The n th recursive summation gives shell/nexus number values. The (n+2) th accumulation gives summations of 1st through x th of x^n.
The last formula summarizes these formulas and the "cube" of series.
In[1]:=
In[2]:=
Table[AAA,{n,7},{k,0,9}]//MatrixForm
Out[2]//MatrixForm=
In[3]:=
In[4]:=
Out[4]//MatrixForm=
In[5]:=
In[6]:=
Out[6]//MatrixForm=
In[7]:=
In[8]:=
Out[8]//MatrixForm=
In[9]:=
In[10]:=
Out[10]//MatrixForm=
In[11]:=
In[12]:=
Out[12]//MatrixForm=
In[13]:=
In[14]:=
Out[14]//MatrixForm=
![]()
| Created by Mathematica (April 13, 2005) |