A373036
Triangle read by rows: T(n,k) is the number of edge subsets E of the n X k grid graph such that E contains a path between the top left node and the bottom right node, 1 <= k <= n.
Original entry on oeis.org
1, 1, 7, 1, 40, 1135, 1, 216, 28942, 3329245, 1, 1144, 707239, 358911148, 167176484530, 1, 6016, 16963938, 37502829018, 74568672196498, 140386491543732211, 1, 31552, 403490839, 3856945416544, 32485805235240376, 256258754970108999490, 1946586793700869420041631
Offset: 1
Triangle begins:
1;
1, 7;
1, 40, 1135;
1, 216, 28942, 3329245;
1, 1144, 707239, 358911148, 167176484530;
1, 6016, 16963938, 37502829018, 74568672196498, 140386491543732211;
...
A349596
Number of edge subsets E of the 3 X n grid graph such that E contains a path between the top left node and the bottom right node.
Original entry on oeis.org
1, 40, 1135, 28942, 707239, 16963938, 403490839, 9560192914, 226115020735, 5343643837642, 126235739481031, 2981618243157330, 70418570359871599, 1663054542669694138, 39275207266744385815, 927528207559891996258, 21904544495171662611391, 517297785739589326153482
Offset: 1
- Pontus von Brömssen, Table of n, a(n) for n = 1..728
- Steven B Segletes, On the Electrical Connectivity of a 2-D, Randomly Distributed, Two-Component (Conducting/Insulating) Mixture, page 12 lists number for 3 X 3 maze.
- Index entries for linear recurrences with constant coefficients, signature (54,-1077,10642,-57954,180960,-324992,325632,-165888,32768).
A365629
Number of 4 X n mazes that can be navigated from the top left corner to the bottom right corner.
Original entry on oeis.org
1, 216, 28942, 3329245, 358911148, 37502829018, 3856945416544, 393396697543644, 39951066751274152, 4047887027105625168, 409638762069161924728, 41428094401248851559736, 4188336537335577744595384, 423360539638841208001947048, 42789587016771330584001089176
Offset: 1
- Pontus von Brömssen, Table of n, a(n) for n = 1..499
- Eugene Nonko, Description of the problem and the approach to calculation.
- Eugene Nonko, C program.
- Steven B. Segletes, On the Electrical Connectivity of a 2-D, Randomly Distributed, Two-Component (Conducting/Insulating) Mixture, Devcom, ARL-TR-8899, Jan 2020; page 15 lists a(4).
- Index entries for linear recurrences with constant coefficients, order 26.
Showing 1-3 of 3 results.
Comments