OFFSET
1,6
REFERENCES
R. W. Robinson, Numerical implementation of graph counting algorithms, AGRC Grant, Math. Dept., Univ. Newcastle, Australia, 1977.
LINKS
R. W. Robinson, Rows 1 through 30, flattened
EXAMPLE
The first few entries are:
T( 1, 0) = 1
T( 1, 1) = 1
T( 2, 0) = 0
T( 2, 1) = 1
T( 3, 0) = 0
T( 2, 2) = 5
T( 3, 1) = 1
T( 4, 0) = 0
T( 3, 2) = 19
T( 4, 1) = 1
T( 5, 0) = 0
T( 3, 3) = 205
T( 4, 2) = 65
T( 5, 1) = 1
T( 6, 0) = 0
1, 1;
0, 1, 5 ;
0, 1, 19, 205;
0, 1, 65, 1795, 36317;
0, 1, 211, 14221, ,...
0, 1, ....
0,
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
N. J. A. Sloane, Nov 12 2006
STATUS
approved