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

A323846 Array read by antidiagonals: T(m,n) = number of m X n matrices M with entries {0,1,2} that have M_{1,1}=0, M_{m,n}=2, are such that the rows and columns are monotonic without jumps of 2, and satisfy M_{(i+1),(j+1)} = M_{i,j} + (0 or 1).

Original entry on oeis.org

0, 0, 0, 1, 0, 1, 3, 4, 4, 3, 6, 16, 25, 16, 6, 10, 41, 94, 94, 41, 10, 15, 85, 266, 386, 266, 85, 15, 21, 155, 632, 1247, 1247, 632, 155, 21, 28, 259, 1332, 3423, 4657, 3423, 1332, 259, 28, 36, 406, 2570, 8342, 14795, 14795, 8342, 2570, 406, 36, 45, 606, 4631, 18546, 41586, 54219, 41586, 18546, 4631, 606, 45
Offset: 1

Views

Author

N. J. A. Sloane, Feb 06 2019

Keywords

Comments

The monotonicity condition requires that M_{(i+1),j} = M_{i,j} + (0 or 1); M_{i,(j+1)} = M_{i,j} + (0 or 1).
These matrices can be cut into three connected pieces, containing the 0's, 1's, and 2's; there are two vertex-disjoint paths from the north-and-east edges of the matrix to the south-and-west edges.
Row (or column) n >= 1 has a linear recurrence (with constant coefficients) of order 2n+1. - Alois P. Heinz, Feb 07 2019

Examples

			Array begins:
    0   0    1    3     6    10 ...
    0   0    4   16    41    85 ...
    1   4   25   94   266   632 ...
    3  16   94  386  1247  3423 ...
    6  41  266 1247  4657 14795 ...
   10  85  632 3427 14795 54219 ...
...
The 4 examples when m=2 and n=3 are
    011   011  012   012
    012   112  012   112
		

References

  • D. E. Knuth, Email to N. J. A. Sloane, Feb 05 2019.

Crossrefs

Main diagonal gives A306322.

Extensions

More terms from Alois P. Heinz, Feb 07 2019

A381555 Triangle read by rows T(n,k) is the number of diamond coverings for a specific number of diamonds covering an even length row of triangles.

Original entry on oeis.org

1, 4, 1, 8, 4, 1, 13, 16, 4, 1, 19, 41, 24, 4, 1, 26, 85, 85, 32, 4, 1, 34, 155, 231, 145, 40, 4, 1, 43, 259, 532, 489, 221, 48, 4, 1, 53, 406, 1092, 1365, 891, 313, 56, 4, 1, 64, 606, 2058, 3333, 2926, 1469, 421, 64, 4, 1, 76, 870, 3630, 7359, 8294, 5551, 2255, 545, 72, 4
Offset: 0

Views

Author

Craig Knecht, Feb 27 2025

Keywords

Comments

The total number of ways the diamond can cover a single row of length(n) triangles is the Fibonacci series. This total can be subdivided into categories based on the number of covering diamonds. The number of categories increase with the length of the row providing the structure of the triangle (see illustrations in the link below).
The above process provides a way to subdivide the individual Fibonacci numbers.
Comparing the diamond covering of a row of triangles shown here to the diamond corona of a hexagon A380346 or a diamond A380416 may be instructive.
A381552 provides additional graphics that help explain the diamond covering.

Examples

			Triangle begins:
  1, 4;
  1, 8, 4;
  1, 13, 16, 4;
  1, 19, 41, 24, 4;
  1, 26, 85, 85, 32, 4;
  1, 34, 155, 231, 145, 40, 4;
		

Crossrefs

Showing 1-2 of 2 results.