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.

A360921 Maximum number of vertices in an induced tree in the n X n grid graph.

Original entry on oeis.org

1, 3, 7, 12, 19, 26, 36, 46, 59, 72, 87, 102, 120, 138, 159
Offset: 1

Views

Author

Andrew Howroyd, Feb 26 2023

Keywords

Examples

			a(4) = 12:
   O O O O
   O     O
   O O   O
   O   O O
		

Crossrefs

Main diagonal of A360920.
Cf. A331968, A357357, A360919 (maximum induced trees).

Formula

a(n) >= A331968(n).