To do this we have to make a triangle. Here we let p = 2 and v = 1, and make F[p,n,m,v] for any natural number n,m with n ≤ 7 and m ≤ n. Then we get a triangle(See Figure 1). If we calculate F[2,n,m,1] for each n and m, then we have the following triangle of fractions (See Figure 2).
The pattern is quite obvious in Figure (2). For example look at 6th row.
F[2,6,2,1]= and F[2,6,3,1]= are the second and third ones in the row.
F[2,7,3,1]= = , which is the third one in the 7th row. This reminds us of
Pascal's triangle. By Theorem 1 and 2 there exists the same kind of relation among
F[p,n,m,v] ,F[p,n,m+1,v], F[p,n+1,m+1,v] for any natural number p,v,n and m with n ≥ m.