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

A213375 Irregular array T(n,k) of numbers/2 of non-extendable (complete) non-self-adjacent simple paths of each length within a square lattice bounded by rectangles with nodal dimensions n and 5, n >= 2.

Original entry on oeis.org

4, 4, 6, 10, 10, 2, 4, 8, 16, 22, 42, 24, 42, 22, 18, 4, 8, 20, 40, 72, 80, 90, 66, 184, 72, 236, 26, 4, 8, 20, 44, 100, 136, 220, 156, 348, 244, 800, 336, 1308, 248, 56, 4, 8, 20, 44, 106, 172, 322, 410, 612, 602, 1462, 1122, 3240, 1712, 4682, 1394, 706, 218, 4
Offset: 2

Views

Author

Keywords

Comments

The irregular array of numbers is:
...k..3....4....5....6....7....8....9...10...11...12...13...14...15...16....17...18....19...20...21...22...23...24
.n
.2....4....4....6...10...10....2
.3....4....8...16...22...42...24...42...22...18
.4....4....8...20...40...72...80...90...66..184...72..236...26
.5....4....8...20...44..100..136..220..156..348..244..800..336.1308..248....56
.6....4....8...20...44..106..172..322..410..612..602.1462.1122.3240.1712..4682.1394...706..218...4
where k is the path length in nodes. In an attempt to define the irregularity of the array, it appears that the maximum value of k is 3n+2 for 2 <= n <= 5, 3n+3 for 6 <= n <= 9 and 3n+4 for n >= 10. Reading this array by rows gives the sequence. One half of the numbers of paths constitute the sequence to remove the effect of the bilateral symmetry of the rectangle.

Examples

			T(2,3) = One half of the number of complete non-self-adjacent simple paths of length 3 nodes within a square lattice bounded by a 2 X 5 node rectangle.
		

Crossrefs

A214022 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 4, n >= 2.

Original entry on oeis.org

5, 5, 17, 12, 14, 10, 46, 37, 37, 18, 122, 110, 102, 52, 94, 32, 330, 300, 266, 145, 248, 96, 888, 780, 695, 385, 607, 258, 602, 270, 2347, 2008, 1842, 1001, 1526, 663, 1387, 669, 6115, 5170, 4840, 2597, 3979, 1718, 3349, 1595, 3076, 1564, 15811, 13288, 12545, 6722, 10331, 4481, 8461, 3925, 7181, 3556
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........5.....5
..3.......17....12....14....10
..4.......46....37....37....18
..5......122...110...102....52....94....32
..6......330...300...266...145...248....96
..7......888...780...695...385...607...258...602...270
..8.....2347..2008..1842..1001..1526...663..1387...669
..9.....6115..5170..4840..2597..3979..1718..3349..1595..3076..1564
.10....15811.13288.12545..6722.10331..4481..8461..3925..7181..3556
where k indicates the position of the start 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 start node (SN) of a complete non-self-adjacent simple path is
SN 0 1 2 3
   4 5 6 7
NT 5 5 5 5
   5 5 5 5
To limit duplication, only the top left-hand corner 5 and the 5 to its right are stored in the sequence, i.e. T(2,1) = 5 and T(2,2) = 5.
		

Crossrefs

A213379 Irregular array T(n,k) of numbers/2 of non-extendable (complete) non-self-adjacent simple paths of each length within a square lattice bounded by rectangles with nodal dimensions n and 6, n >= 2.

Original entry on oeis.org

4, 4, 6, 10, 14, 16, 8, 4, 8, 16, 22, 48, 60, 82, 90, 66, 34, 24, 2, 4, 8, 20, 40, 78, 116, 192, 180, 354, 278, 530, 268, 546, 124, 32, 4, 8, 20, 44, 106, 172, 322, 410, 612, 602, 1462, 1122, 3240, 1712, 4682, 1394, 706, 218, 4
Offset: 2

Views

Author

Keywords

Comments

The irregular array of numbers is:
...k..3....4....5....6....7....8....9...10...11...12...13...14...15...16...17...18...19...20...21
.n
.2....4....4....6...10...14...16....8
.3....4....8...16...22...48...60...82...90...66...34...24....2
.4....4....8...20...40...78..116..192..180..354..278..530..268..546..124...32
.5....4....8...20...44..106..172..322..410..612..602.1462.1122.3240.1712.4682.1394..706..218....4
where k is the path length in nodes. In an attempt to define the irregularity of the array, it appears that the maximum value of k is 4n - floor((n-8)/4) for n >= 8. Reading this array by rows gives the sequence. One half of the numbers of paths constitute the sequence to remove the effect of the bilateral symmetry of the rectangle.

Examples

			T(2,3) = One half of the number of complete non-self-adjacent simple paths of length 3 nodes within a square lattice bounded by a 2 X 6 node rectangle.
		

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

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

A213383 Irregular array T(n,k) of numbers/2 of non-extendable (complete) non-self-adjacent simple paths of each length within a square lattice bounded by rectangles with nodal dimensions n and 7, n >= 2.

Original entry on oeis.org

4, 4, 6, 10, 14, 20, 26, 18, 2, 4, 8, 16, 22, 50, 66, 132, 160, 218, 120, 122, 56, 36, 4, 4, 8, 20, 40, 80, 122, 244, 336, 628, 628, 1130, 788, 1362, 878, 1168, 354, 292, 16
Offset: 2

Views

Author

Keywords

Comments

The irregular array of numbers is:
...k..3....4....5....6....7....8....9...10...11...12...13...14...15...16...17...18...19...20
.n
.2....4....4....6...10...14...20...26...18....2
.3....4....8...16...22...50...66..132..160..218..120..122...56...36....4
.4....4....8...20...40...80..122..244..336..628..628.1130..788.1362..878.1168..354..292...16
where k is the path length in nodes. There is insufficient evidence to attempt to define the irregularity of the array. However, the maximum values of k for 2 <= n <= 11 are 11, 16, 20, 24, 29, 33, 38, 42, 46, 50. Reading this array by rows gives the sequence. One half of the numbers of paths constitute the sequence to remove the effect of the bilateral symmetry of the rectangle.

Examples

			T(2,3) = One half of the number of complete non-self-adjacent simple paths of length 3 nodes within a square lattice bounded by a 2 X 7 node rectangle.
		

Crossrefs

A213425 Irregular array T(n,k) of numbers/2 of non-extendable (complete) non-self-adjacent simple paths of each length within a square lattice bounded by rectangles with nodal dimensions n and 8, n >= 2.

Original entry on oeis.org

4, 4, 6, 10, 14, 20, 30, 40, 34, 10, 4, 8, 16, 22, 52, 68, 144, 222, 334, 406, 302, 288, 198, 88, 52, 6, 4, 8, 20, 40, 82, 124, 258, 400, 894, 1098, 1984, 1960, 2796, 2388, 3426, 2290, 2638, 1008, 1316, 152
Offset: 2

Views

Author

Keywords

Comments

The irregular array of numbers is:
...k..3....4....5....6....7....8....9...10...11...12...13...14...15...16...17...18...19...20...21...22
.n
.2....4....4....6...10...14...20...30...40...34...10
.3....4....8...16...22...52...68..144..222..334..406..302..288..198...88...52....6
.4....4....8...20...40...82..124..258..400..894.1098.1984.1960.2796.2388.3426.2290.2638.1008.1316..152
where k is the path length in nodes. There is insufficient evidence to attempt to define the irregularity of the array. However, the maximum values of k for 2 <= n <= 10 are 12, 18, 22, 27, 32, 38, 42, 48, 52. Reading this array by rows gives the sequence. One half of the numbers of paths constitute the sequence to remove the effect of the bilateral symmetry of the rectangle.

Examples

			T(2,3) = One half of the number of complete non-self-adjacent simple paths of length 3 nodes within a square lattice bounded by a 2 X 8 node rectangle.
		

Crossrefs

A213426 Irregular array T(n,k) of numbers/2 of non-extendable (complete) non-self-adjacent simple paths of each length within a square lattice bounded by rectangles with nodal dimensions n and 9, n >= 2.

Original entry on oeis.org

4, 4, 6, 10, 14, 20, 30, 44, 60, 60, 28, 2, 4, 8, 16, 22, 54, 70, 152, 238, 416, 574, 810, 642, 760, 456, 320, 136, 72, 8, 4, 8, 20, 40, 84, 126, 268, 418, 1014, 1450, 2890, 3510, 5474, 5286, 7238, 6926, 8218, 5636, 6754, 2956, 4220, 778, 48
Offset: 2

Views

Author

Keywords

Comments

The irregular array of numbers is:
...k..3....4....5....6....7....8....9...10...11...12...13...14...15...16...17...18...19...20...21...22...23...24...25
.n
.2....4....4....6...10...14...20...30...44...60...60...28....2
.3....4....8...16...22...54...70..152..238..416..574..810..642..760..456..320..136...72....8
.4....4....8...20...40...84..126..268..418.1014.1450.2890.3510.5474.5286.7238.6926.8218.5636.6754.2956.4220..778...48
where k is the path length in nodes. There is insufficient evidence to attempt to define the irregularity of the array. However, the maximum values of k for 2 <= n <= 10 are 14, 20, 25, 30, 36, 42, 48, 53. Reading this array by rows gives the sequence. One half of the numbers of paths constitute the sequence to remove the effect of the bilateral symmetry of the rectangle.

Examples

			T(2,3) = One half of the number of complete non-self-adjacent simple paths of length 3 nodes within a square lattice bounded by a 2 X 9 node rectangle.
		

Crossrefs

Showing 1-8 of 8 results.