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.

A360919 Number of maximum induced trees in the n X n grid graph.

Original entry on oeis.org

1, 4, 10, 32, 22, 4120, 488, 65864, 166, 1296, 872, 37652512, 678412, 1858036816, 337856
Offset: 1

Views

Author

Andrew Howroyd, Feb 26 2023

Keywords

Comments

A maximum induced tree is an induced tree of greatest size.

Examples

			The a(3) = 10 maximum induced trees are the following subgraphs and their rotations and reflections.
   O O O    O O O    O O O
   O        O   O      O
   O O O      O O    O O O
.
The a(4) = 32 maximum induced trees are the following subgraphs and their rotations and reflections.
    O O O O    O O O      O O O O    O O   O
    O     O    O   O O      O   O      O O O
    O O   O    O O   O    O O   O    O O   O
    O   O O    O   O O    O   O O    O   O O
		

Crossrefs

Main diagonal of A360918.
Cf. A360203 (induced trees), A360921 (maximum sizes).