A056787 Number of incongruental unlabeled undirected trees with n nodes on a square lattice and edges of length 1 or sqrt(2) admitted to the 4 nearest or 4 2nd nearest neighbors.
1, 2, 6, 40, 303, 2929, 29752, 316935
Offset: 1
Examples
For n=2 we have o-o and ..o ./. o.. as the only a(2)=2 candidates. Trees contributing to n=7 are o.o-o |\.\. o.o-o ...\. ....o or o.... |\... o.o-o ...X. ..o.o ./... o.... where dashes are edges in E, NE, N, NW, W, SW, S or SE direction that connect nodes marked 'o' horizontally, vertically or along diagonals, and X's are crossing diagonal edges.
Links
- M. Vicher, Polyforms
- R. J. Mathar, C++ program
- R. J. Mathar, Polyforms (ASCII art)
Extensions
Edited by R. J. Mathar, Apr 13 2006
a(7)-a(8) from Sean A. Irvine, May 11 2022
Comments