cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

Original entry on oeis.org

1, 2, 6, 40, 303, 2929, 29752, 316935
Offset: 1

Views

Author

James Sellers, Aug 28 2000

Keywords

Comments

a(n)>=A056841(n) since the trees of A056841 are a subset of these here. Edges along diagonals may cross.

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.
		

Crossrefs

See also A056840, A056841.

Extensions

Edited by R. J. Mathar, Apr 13 2006
a(7)-a(8) from Sean A. Irvine, May 11 2022