Alois P. Heinz, <a href="/A114296/b114296_1.txt">Table of n, a(n) for n = 0..1000</a>
Alois P. Heinz, <a href="/A114296/b114296_1.txt">Table of n, a(n) for n = 0..1000</a>
editing
approved
Alois P. Heinz, <a href="/A114296/b114296_1.txt">Table of n, a(n) for n = 0..5001000</a>
Cf. A286761.
approved
editing
proposed
approved
editing
proposed
C. Hanusa (2005). A Gessel-Viennot-Type Method for Cycle Systems with Applications to Aztec Pillows. PhD Thesis. University of Washington, Seattle, USA.
C. Hanusa, <a href="http://people.qc.cuny.edu/faculty/christopher.hanusa/research/Documents/papers
proposed
editing
editing
proposed
b[x_, y_] := b[x, y] = If[y>x || y<x/2, 0, If[x == 0, 1, b[x, y-1] + b[x-1, y] + b[x-1, y-1]]]; a[n_] := b[n, n]; Table[a[n], {n, 0, 30}] (* Jean-François Alcover, Feb 05 2015, after Alois P. Heinz *)
approved
editing
editing
approved