proposed
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
proposed
approved
editing
proposed
row[n_] := row[n] = PadRight[Reverse[IntegerDigits[n, 2]], n+1];
T[n_, k_] := row[n][[k+1]];
Table[T[n, k], {n, 0, 14}, {k, 0, n}] // Flatten
approved
editing
proposed
approved
editing
proposed
editing
proposed
The triangle starts
0
1 0
0 1 0
1 1 0 0
0 0 1 0 0
1 0 1 0 0 0
0 1 1 0 0 0 0
1 1 1 0 0 0 0 0
0 0 0 1 0 0 0 0 0
1 0 0 1 0 0 0 0 0 0
0 1 0 1 0 0 0 0 0 0 0
1 1 0 1 0 0 0 0 0 0 0 0
0 0 1 1 0 0 0 0 0 0 0 0 0
1 0 1 1 0 0 0 0 0 0 0 0 0 0
0 1 1 1 0 0 0 0 0 0 0 0 0 0 0
nonn,tabl,easy
approved
editing
_Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), _, May 01 2003
nonn,tabl,new
Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystemsgmail.com), May 01 2003