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-4 of 4 results.

A080691 Number of spanning forests of the n X n grid graph.

Original entry on oeis.org

1, 15, 3102, 8790016, 341008617408, 181075508242067552, 1315927389374152034113856, 130877523274817580209987036404864, 178135975585132088643635627145305047963624, 3318089946193080260596185780557019330240985991363200, 845810281460839114896541390288164525407725177643901666416522016
Offset: 1

Views

Author

Andre Poenitz [André Pönitz], Peter Tittmann, Mar 03 2003

Keywords

Crossrefs

Main diagonal of A360194.

Extensions

Terms a(10) and beyond from Andrew Howroyd, Feb 22 2023

A359993 Array read by antidiagonals: T(m,n) is the number of connected spanning subgraphs in the grid graph P_m X P_n.

Original entry on oeis.org

1, 1, 1, 1, 5, 1, 1, 23, 23, 1, 1, 105, 431, 105, 1, 1, 479, 7857, 7857, 479, 1, 1, 2185, 142625, 555195, 142625, 2185, 1, 1, 9967, 2587279, 38757695, 38757695, 2587279, 9967, 1, 1, 45465, 46929343, 2698167665, 10286937043, 2698167665, 46929343, 45465, 1
Offset: 1

Views

Author

Andrew Howroyd, Jan 28 2023

Keywords

Comments

Also T(m,n) except when m = n = 0 is the number of connected edge covers in the m X n grid graph.

Examples

			Table starts:
=================================================================
m\n| 1    2       3          4             5                6
---+-------------------------------------------------------------
1  | 1    1       1          1             1                1 ...
2  | 1    5      23        105           479             2185 ...
3  | 1   23     431       7857        142625          2587279 ...
4  | 1  105    7857     555195      38757695       2698167665 ...
5  | 1  479  142625   38757695   10286937043    2711895924889 ...
6  | 1 2185 2587279 2698167665 2711895924889 2692324030864335 ...
   ...
		

Crossrefs

Rows 1..4 are A000012, A107839(n-1), A158453, A359991.
Main diagonal is A359992.
Cf. A116469 (spanning trees), A287151 (connected induced subgraphs), A286912 (edge covers), A359990 (edge cuts), A360194 (spanning forests).

Formula

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

A158450 Number of spanning forests in 3 X n grid.

Original entry on oeis.org

1, 4, 112, 3102, 85818, 2373870, 65664106, 1816344222, 50242141946, 1389754592846, 38442187035914, 1063354458854270, 29413589398458778, 813613216256931886, 22505463603889302698, 622526628016224886878, 17219792020736937982522, 476318961941184616298510
Offset: 0

Views

Author

Alois P. Heinz, Mar 19 2009

Keywords

Examples

			For n = 1 the a(1) = 4 forests are 1.2.3, 1-2.3, 1.2-3, 1-2-3.
		

Crossrefs

Row 3 of A360194.

Programs

  • Maple
    a:= n-> ceil((Matrix([[112, 4, 1/8, 0]]). Matrix(4, (i, j)-> if i=j-1 then 1 elif j=1 then [33, -154, 176, -32][i] else 0 fi)^n)[1, 3]):
    seq(a(n), n=0..20);

Formula

G.f.: (28*x^4-154*x^3+134*x^2-29*x+1)/(32*x^4-176*x^3+154*x^2-33*x+1).

Extensions

a(0) inserted by Alois P. Heinz, Jan 23 2013

A360195 Number of acyclic spanning subgraphs in the 4 X n grid graph.

Original entry on oeis.org

8, 836, 85818, 8790016, 900013270, 92146956300, 9434262852690, 965904015750408, 98891686243392270, 10124779093041746052, 1036600283636692454794, 106129737227642833341248, 10865828704552798371380934, 1112470797598979236296844092, 113897550673086022197853291458
Offset: 1

Views

Author

Andrew Howroyd, Jan 29 2023

Keywords

Crossrefs

Row 4 of A360194.

Formula

G.f.: x*(8 - 332*x + 4922*x^2 - 34224*x^3 + 120160*x^4 - 215504*x^5 + 196576*x^6 - 88512*x^7 + 17408*x^8 - 1024*x^9)/(1 - 146*x + 5145*x^2 - 74504*x^3 + 525120*x^4 - 1885344*x^5 + 3430128*x^6 - 3147392*x^7 + 1418496*x^8 - 278528*x^9 + 16384*x^10).
Showing 1-4 of 4 results.