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.

Showing 1-2 of 2 results.

A360918 Array read by antidiagonals: T(m,n) is the number of maximum induced trees in the grid graph P_m X P_n.

Original entry on oeis.org

1, 1, 1, 1, 4, 1, 1, 2, 2, 1, 1, 10, 10, 10, 1, 1, 4, 26, 26, 4, 1, 1, 24, 2, 32, 2, 24, 1, 1, 8, 10, 50, 50, 10, 8, 1, 1, 56, 50, 56, 22, 56, 50, 56, 1, 1, 16, 194, 64, 608, 608, 64, 194, 16, 1, 1, 128, 4, 72, 182, 4120, 182, 72, 4, 128, 1, 1, 32, 32, 80, 16, 208, 208, 16, 80, 32, 32, 1
Offset: 1

Views

Author

Andrew Howroyd, Feb 26 2023

Keywords

Comments

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

Examples

			Array begins:
===============================================
m\n| 1  2   3  4   5     6    7     8     9 ...
---+-------------------------------------------
1  | 1  1   1  1   1     1    1     1     1 ...
2  | 1  4   2 10   4    24    8    56    16 ...
3  | 1  2  10 26   2    10   50   194     4 ...
4  | 1 10  26 32  50    56   64    72    80 ...
5  | 1  4   2 50  22   608  182    16     2 ...
6  | 1 24  10 56 608  4120  208  1968 22716 ...
7  | 1  8  50 64 182   208  488   560  1050 ...
8  | 1 56 194 72  16  1968  560 65864 14340 ...
9  | 1 16   4 80   2 22716 1050 14340   166 ...
   ...
		

Crossrefs

Main diagonal is A360919.
Cf. A360202, A360847, A360913, A360916, A360920 (maximum sizes).

Formula

T(m,n) = T(n,m).

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).
Showing 1-2 of 2 results.