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.

A293177 Triangle read by rows: T(m,n) = number of maximal independent sets in m X n rectangular grid graph (m>=1, 1<=n<=m).

Original entry on oeis.org

1, 2, 2, 2, 4, 10, 3, 6, 18, 42, 4, 10, 38, 108, 358, 5, 16, 78, 274, 1132, 4468, 7, 26, 156, 692, 3580, 17742, 88056, 9, 42, 320, 1754, 11382, 70616, 439338, 2745186, 12, 68, 654, 4442, 36270, 281202, 2192602, 17155374, 16, 110, 1326, 11248, 114992, 1117442, 10912392, 106972582
Offset: 1

Views

Author

N. J. A. Sloane, Oct 19 2017

Keywords

Examples

			Triangle begins:
1,
2,2,
2,4,10,
3,6,18,42,
4,10,38,108,358,
5,16,78,274,1132,4468,
7,26,156,692,3580,17742,88056,
9,42,320,1754,11382,70616,439338,2745186,
12,68,654,4442,36270,281202,2192602,17155374,
16,110,1326,11248,114992,1117442,10912392,106972582,
...
		

Crossrefs

Main diagonal is A197048.
Rows 3,4,5,6,... form the beginnings of A197049, A197050, A197051, A197052, ..., respectively.
Triangular version of A197054.