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.

Previous Showing 21-22 of 22 results.

A331878 Number of (non-null) connected induced subgraphs in a right-triangular graph with n vertices on each side.

Original entry on oeis.org

1, 6, 32, 242, 3389, 94204, 5152184, 550554052, 114558123057, 46273463018266, 36187365370984792, 54676438562307219806, 159361336209506075254061, 894922393831489478287443136, 9673844907264825614989071514624, 201139020197000279384599867300494336
Offset: 1

Views

Author

Andrew Howroyd, May 03 2020

Keywords

Comments

a(n) is the number of lower triangular n X n binary arrays with all 1's connected.
a(n) is the number of ways to place a fixed polyomino on an n X n grid with all squares above the main diagonal unoccupied.

Examples

			The graphs for n = 2 and n = 3 are illustrated below:
                   o
        o          |
        |          o---o
        o---o      |   |
                   o---o---o
.
The a(2) = 6 connected induced subgraphs are:
     X     o     o     X     o     X
     o o   X o   o X   X o   X X   X X
		

Crossrefs

A362517 Number of vertex cuts in the n X n grid graph.

Original entry on oeis.org

0, 2, 293, 54029, 31252554, 66987393994, 558077003446645, 18395727255104656873, 2415871083397827261386598, 1267366225909683571167215895590, 2658305260824415112030141755123193237, 22300450681634123362049304128770788322086749, 748286719216207999401963616395813243234643176461730
Offset: 1

Views

Author

Eric W. Weisstein, Apr 23 2023

Keywords

Crossrefs

Cf. A059525.

Formula

a(n) = 2^(n^2) - 1 - A059525(n). - Pontus von Brömssen, Apr 23 2023

Extensions

More terms (based on data in A059525) from Pontus von Brömssen, Apr 23 2023
Previous Showing 21-22 of 22 results.