[go: up one dir, main page]

login
A155103
Triangle read by rows: Matrix inverse of A155102.
5
1, 2, 1, 0, 0, 1, 6, 3, 0, 1, 0, 0, 0, 0, 1, 0, 0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 30, 15, 0, 5, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 6, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 28, 0, 0, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0
OFFSET
1,2
COMMENTS
A028361 appears in the first column at A036987 positions. A028362 appears in the second column, A155105 in the third and A155104 in the fourth. A000384 appears as the third ray from zero and A100147 as the fourth.
EXAMPLE
Table begins:
1,
2,1,
0,0,1,
6,3,0,1,
0,0,0,0,1,
0,0,4,0,0,1,
0,0,0,0,0,0,1,
30,15,0,5,0,0,0,1,
MATHEMATICA
m = 14; t = Inverse[ Table[ Which[n == k, 1, n == 2*k, -k - 1, True, 0], {n, 1, m}, {k, 1, m}]]; Flatten[ Table[t[[n, k]], {n, 1, m}, {k, 1, n}]] (* Jean-François Alcover, Jul 19 2012 *)
KEYWORD
nonn,tabl
AUTHOR
Mats Granvik, Jan 20 2009
STATUS
approved