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

A347701 Rightmost diagonal of A347700.

Original entry on oeis.org

2, 4, 14, 32, 60
Offset: 1

Views

Author

N. J. A. Sloane, Oct 13 2021

Keywords

Crossrefs

A003041 Number of vacuously transitive relations on n nodes up to isomorphism.

Original entry on oeis.org

2, 7, 24, 92, 388
Offset: 1

Views

Author

Keywords

Comments

A transitive relation is vacuously transitive if it does not contain any transitive triple, that is, three distinct ordered pairs (a,b), (b,c), (a,c). - Jukka Kohonen, Sep 17 2021

Examples

			a(2)=7: The seven relations are {}, {(1,1)}, {(1,1),(2,2)}, {(2,1)}, {(1,1),(2,1)}, {(1,1),(2,1),(2,2)} and {(2,1),(2,2)}. - _Jukka Kohonen_, Sep 17 2021
		

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Extensions

Clarified and offset corrected by Jukka Kohonen, Sep 17 2021

A347699 Triangle read by rows: For n >= 1, 0 <= k <= n-1, T(n,k) = 0 if k=0, otherwise the number of inequivalent k X (n-k) 0,1 matrices having at least one 1 in each column.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 1, 1, 4, 3, 1, 1, 6, 9, 4, 1, 1, 9, 23, 17, 5
Offset: 1

Views

Author

N. J. A. Sloane, Oct 13 2021

Keywords

Comments

It appears that this is essentially the same as the triangle in A055080, except that the 1's at the ends of the rows in A055080 have been moved to the start of the rows. (This is at present only a conjecture.)
Even if the conjecture turns out to be true, this triangle deserves its own entry because the arrays look so different.
The conjecture would imply the row sums are given by A048194.

Examples

			Triangle begins:
  1;
  1,  1;
  1,  1,  2;
  1,  1,  4,  3;
  1,  1,  6,  9,  4;
  1,  1,  9, 23, 17,  5;
...
		

Crossrefs

Showing 1-3 of 3 results.