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

A214023 Irregular array T(n,k) of the numbers of non-extendable (complete) non-self-adjacent simple paths starting at each of a minimal subset of nodes within a square lattice bounded by rectangles with nodal dimensions n and 5, n >= 2.

Original entry on oeis.org

8, 7, 6, 36, 25, 20, 32, 18, 12, 122, 102, 94, 110, 52, 32, 436, 395, 394, 395, 220, 154, 394, 154, 80, 1580, 1414, 1402, 1381, 813, 596, 1365, 652, 432, 5600, 4829, 4650, 4795, 2792, 2036, 4453, 2285, 1712, 4412, 2556, 2248, 19287, 16131, 15246, 16735, 9444, 6758, 15113, 7697, 5858, 13878, 8612, 8496
Offset: 2

Views

Author

Keywords

Comments

The subset of nodes is contained in the top left-hand quarter of the rectangle and has nodal dimensions floor((n+1)/2) and 3 to capture all geometrically distinct counts.
The quarter-rectangle is read by rows.
The irregular array of numbers is:
....k......1.....2.....3.....4.....5.....6.....7.....8.....9....10....11....12
..n
..2........8.....7.....6
..3.......36....25....20....32....18....12
..4......122...102....94...110....52....32
..5......436...395...394...395...220...154...394...154....80
..6.....1580..1414..1402..1381...813...596..1365...652...432
..7.....5600..4829..4650..4795..2792..2036..4453..2285..1712..4412..2556..2248
..8....19287.16131.15246.16735..9444..6758.15113..7697..5858.13878..8612..8496
where k indicates the position of the start node in the quarter-rectangle.
For each n, the maximum value of k is 3*floor((n+1)/2).
Reading this array by rows gives the sequence.

Examples

			When n = 2, the number of times (NT) each node in the rectangle is the start node (SN) of a complete non-self-adjacent simple path is
SN 0 1 2 3 4
   5 6 7 8 9
NT 8 7 6 7 8
   8 7 6 7 8
To limit duplication, only the top left-hand corner 8 and the 7 and 6 to its right are stored in the sequence, i.e. T(2,1) = 8, T(2,2) = 7 and T(2,3) = 6.
		

Crossrefs

A214122 Irregular array T(n,k) of the numbers of non-extendable (complete) non-self-adjacent simple paths ending at each of a minimal subset of nodes within a square lattice bounded by rectangles with nodal dimensions n and 4, n >= 2.

Original entry on oeis.org

10, 0, 33, 6, 4, 0, 90, 22, 22, 4, 256, 52, 67, 14, 88, 32, 720, 104, 187, 30, 236, 108, 1931, 200, 495, 56, 622, 262, 602, 364, 5029, 386, 1245, 106, 1624, 618, 1537, 898, 12996, 744, 3061, 206, 4080, 1502, 3938, 2186, 3744, 2196, 33512, 1422, 7615, 398
Offset: 2

Views

Author

Keywords

Comments

The subset of nodes is contained in the top left-hand quarter of the rectangle and has nodal dimensions floor((n+1)/2) and 2 to capture all geometrically distinct counts. The quarter-rectangle is read by rows. The irregular array of numbers is:
....k.....1.....2.....3.....4.....5.....6.....7.....8.....9....10
..n
..2......10.....0
..3......33.....6.....4.....0
..4......90....22....22.....4
..5.....256....52....67....14....88....32
..6.....720...104...187....30...236...108
..7....1931...200...495....56...622...262...602...364
..8....5029...386..1245...106..1624...618..1537...898
..9...12996...744..3061...206..4080..1502..3938..2186..3744..2196
.10...33512..1422..7615...398.10014..3676..9775..5466..9177..5246
where k indicates the position of the end node in the quarter-rectangle. For each n, the maximum value of k is 2*floor((n+1)/2). Reading this array by rows gives the sequence.

Examples

			When n = 2, the number of times (NT) each node in the rectangle is the end node (EN) of a complete non-self-adjacent simple path is
EN  0  1  2  3
    4  5  6  7
NT 10  0  0 10
   10  0  0 10
To limit duplication, only the top left-hand corner 10 and the 0 to its right are stored in the sequence, i.e. T(2,1) = 10 and T(2,2) = 0.
		

Crossrefs

Extensions

Comment corrected by Christopher Hunt Gribble, Jul 22 2012

A214025 Irregular array T(n,k) of the numbers of non-extendable (complete) non-self-adjacent simple paths starting at each of a minimal subset of nodes within a square lattice bounded by rectangles with nodal dimensions n and 6, n >= 2.

Original entry on oeis.org

13, 10, 8, 77, 51, 38, 68, 36, 20, 330, 266, 248, 300, 145, 96, 1580, 1381, 1365, 1414, 813, 652, 1402, 596, 432, 7678, 6630, 6357, 6630, 3968, 3192, 6357, 3192, 2828, 35971, 30070, 27638, 30709, 18037, 13744, 27591, 14507, 13851, 26574, 15318, 17846
Offset: 2

Views

Author

Keywords

Comments

The subset of nodes is contained in the top left-hand quarter of the rectangle and has nodal dimensions floor((n+1)/2) and 3 to capture all geometrically distinct counts.
The quarter-rectangle is read by rows.
The irregular array of numbers is:
....k......1.....2.....3.....4.....5.....6.....7.....8.....9....10....11....12
..n
..2.......13....10.....8
..3.......77....51....38....68....36....20
..4......330...266...248...300...145....96
..5.....1580..1381..1365..1414...813...652..1402...596...432
..6.....7678..6630..6357..6630..3968..3192..6357..3192..2828
..7....35971.30070.27638.30709.18037.13744.27591.14507.13851.26574.15318.17846
where k indicates the position of the start node in the quarter-rectangle.
For each n, the maximum value of k is 3*floor((n+1)/2).
Reading this array by rows gives the sequence.

Examples

			When n = 2, the number of times (NT) each node in the rectangle is the start node (SN) of a complete non-self-adjacent simple path is
SN  0  1  2  3  4  5
    6  7  8  9 10 11
NT 13 10  8  8 10 13
   13 10  8  8 10 13
To limit duplication, only the top left-hand corner 13 and the 10 and 8 to its right are stored in the sequence, i.e. T(2,1) = 13, T(2,2) = 10 and T(2,3) = 8.
		

Crossrefs

A214510 Irregular array T(n,k) of the numbers of non-extendable (complete) non-self-adjacent simple paths incorporating each of a minimal subset of nodes within a square lattice bounded by rectangles with nodal dimensions n and 4, n >= 2.

Original entry on oeis.org

23, 24, 80, 86, 88, 100, 264, 303, 303, 282, 820, 1008, 1007, 907, 1058, 776, 2401, 3043, 3013, 2844, 3312, 2375, 6751, 8651, 8562, 8317, 9411, 7116, 9718, 6882, 18630, 24035, 23979, 23261, 26077, 20216, 26479, 20016, 50775, 65977, 66474, 63790, 72137, 55400, 71469, 55907, 69764, 57274
Offset: 2

Views

Author

Keywords

Comments

The subset of nodes is contained in the top left-hand quarter of the rectangle and has nodal dimensions floor((n+1)/2) and 2 to capture all geometrically distinct counts.
The quarter-rectangle is read by rows.
The irregular array of numbers is:
...k.....1.....2.....3.....4.....5.....6.....7.....8.....9....10
.n
.2......23....24
.3......80....86....88...100
.4.....264...303...303...282
.5.....820..1008..1007...907..1058...776
.6....2401..3043..3013..2844..3312..2375
.7....6751..8651..8562..8317..9411..7116..9718..6882
.8...18630.24035.23979.23261.26077.20216.26479.20016
.9...50775.65977.66474.63790.72137.55400.71469.55907.69764.57274
where k indicates the position of a node in the quarter-rectangle.
For each n, the maximum value of k is 2*floor((n+1)/2).
Reading this array by rows gives the sequence.

Examples

			When n = 2, the number of times (NT) each node in the rectangle (N) occurs in a complete non-self-adjacent simple path is
N   0  1  2  3
    4  5  6  7
NT 23 24 24 23
   23 24 24 23
To limit duplication, only the top left-hand corner 23 and the 24 to its right are stored in the sequence,
i.e. T(2,1) = 23 and T(2,2) = 24.
		

Crossrefs

Extensions

Comment corrected by Christopher Hunt Gribble, Jul 22 2012

A214037 Irregular array T(n,k) of the numbers of non-extendable (complete) non-self-adjacent simple paths starting at each of a minimal subset of nodes within a square lattice bounded by rectangles with nodal dimensions n and 7, n >= 2.

Original entry on oeis.org

21, 15, 11, 10, 164, 106, 72, 64, 142, 72, 38, 28, 888, 695, 607, 602, 780, 385, 258, 270, 5600, 4795, 4453, 4412, 4829, 2792, 2285, 2556, 4650, 2036, 1712, 2248, 35971, 30709, 27591, 26574, 30070, 18037, 14507, 15318, 27638, 13744, 13851, 17846
Offset: 2

Views

Author

Keywords

Comments

The subset of nodes is contained in the top left-hand quarter of the rectangle and has nodal dimensions floor((n+1)/2) and 4 to capture all geometrically distinct counts.
The quarter-rectangle is read by rows.
The irregular array of numbers is:
...k......1.....2.....3.....4.....5.....6.....7.....8.....9....10....11....12
.n
.2.......21....15....11....10
.3......164...106....72....64....142...72....38....28
.4......888...695...607...602...780...385...258...270
.5.....5600..4795..4453..4412..4829..2792..2285..2556..4650..2036..1712..2248
.6....35971.30709.27591.26574.30070.18037.14507.15318.27638.13744.13851.17846
where k indicates the position of the start node in the quarter-rectangle.
For each n, the maximum value of k is 4*floor((n+1)/2).
Reading this array by rows gives the sequence.

Examples

			When n = 2, the number of times (NT) each node in the rectangle is the start node (SN) of a complete non-self-adjacent simple path is
SN  0  1  2  3  4  5  6
    7  8  9 10 11 12 13
NT 21 15 11 10 11 15 21
   21 15 11 10 11 15 21
To limit duplication, only the top left-hand corner 21 and the 15, 11 and 10 to its right are stored in the sequence, i.e. T(2,1) = 21, T(2,2) = 15, T(2,3) = 11 and T(2,4) = 10.
		

Crossrefs

A214038 Irregular array T(n,k) of the numbers of non-extendable (complete) non-self-adjacent simple paths starting at each of a minimal subset of nodes within a square lattice bounded by rectangles with nodal dimensions n and 8, n >= 2.

Original entry on oeis.org

34, 23, 16, 13, 347, 225, 142, 109, 298, 146, 74, 46, 2347, 1842, 1526, 1387, 2008, 1001, 663, 669, 19287, 16735, 15113, 13878, 6131, 9444, 7697, 8612, 15246, 6758, 5858, 8496, 163666, 141849, 126129, 112049, 132636, 81112, 65551, 67006, 118724, 58677, 60918, 87046
Offset: 2

Views

Author

Keywords

Comments

The subset of nodes is contained in the top left-hand quarter of the rectangle and has nodal dimensions floor((n+1)/2) and 4 to capture all geometrically distinct counts.
The quarter-rectangle is read by rows.
The irregular array of numbers is:
...k......1......2......3......4......5......6......7......8......9.....10.....11.....12
.n
.2.......34.....23.....16.....13
.3......347....225....142....109....298....146.....74.....46
.4.....2347...1842...1526...1387...2008...1001....663....669
.5....19287..16735..15113..13878...6131...9444...7697...8612..15246...6758...5858...8496
.6...163666.141849.126129.112049.132636..81112..65551..67006.118724..58677..60918..87046
where k indicates the position of the start node in the quarter-rectangle.
For each n, the maximum value of k is 4*floor((n+1)/2).
Reading this array by rows gives the sequence.

Examples

			When n = 2, the number of times (NT) each node in the rectangle is the start node (SN) of a complete non-self-adjacent simple path is
SN  0  1  2  3  4  5  6  7
    8  9 10 11 12 13 14 15
NT 34 23 16 13 13 16 23 34
   34 23 16 13 13 16 23 34
To limit duplication, only the top left-hand corner 34 and the 23, 16 and 13 to its right are stored in the sequence, i.e. T(2,1) = 34, T(2,2) = 23, T(2,3) = 16 and T(2,4) = 13.
		

Crossrefs

A214042 Irregular array T(n,k) of the numbers of non-extendable (complete) non-self-adjacent simple paths starting at each of a minimal subset of nodes within a square lattice bounded by rectangles with nodal dimensions n and 9, n >= 2.

Original entry on oeis.org

55, 36, 24, 18, 16, 732, 476, 294, 197, 168, 628, 302, 148, 82, 64, 6115, 4840, 3979, 3349, 3076, 5170, 2597, 1718, 1595, 1564, 64904, 57210, 52820, 46787, 43294, 53478, 31544, 26459, 28472, 28700, 50228, 22432, 19802, 27924, 30696
Offset: 2

Views

Author

Keywords

Comments

The subset of nodes is contained in the top left-hand quarter of the rectangle and has nodal dimensions floor((n+1)/2) and 5 to capture all geometrically distinct counts.
The quarter-rectangle is read by rows.
The irregular array of numbers is:
...k.....1.....2.....3.....4.....5.....6.....7.....8.....9....10....11....12....13....14....15
.n
.2......55....36....24....18....16
.3.....732...476...294...197...168...628...302...148....82....64
.4....6115..4840..3979..3349..3076..5170..2597..1718..1595..1564
.5...64904.57210.52820.46787.43294.53478.31544.26459.28472.28700.50228.22432.19802.27924.30696
where k indicates the position of the start node in the quarter-rectangle.
For each n, the maximum value of k is 5*floor((n+1)/2).
Reading this array by rows gives the sequence.

Examples

			When n = 2, the number of times (NT) each node in the rectangle is the start node (SN) of a complete non-self-adjacent simple path is
SN  0  1  2  3  4  5  6  7  8
    9 10 11 12 13 14 15 16 17
NT 55 36 24 18 16 18 24 36 55
   55 36 24 18 16 18 24 36 55
To limit duplication, only the top left-hand corner 34 and the 23, 16 and 13 to its right are stored in the sequence, i.e. T(2,1) = 34, T(2,2) = 23, T(2,3) = 16 and T(2,4) = 13.
		

Crossrefs

Extensions

Comment corrected by Christopher Hunt Gribble, Jul 22 2012
Showing 1-7 of 7 results.