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.

A348240 a(n) = Sum_{k = 1..floor(n/2)} A003041(n-2*k).

Original entry on oeis.org

1, 2, 8, 26, 100
Offset: 1

Views

Author

N. J. A. Sloane, Oct 13 2021

Keywords

Crossrefs

Cf. A003041.

A347700 Triangle read by rows: For n >= 1, 0 <= k <= n-1, T(n,k) is Sharp's function w_n(k) arising in the calculation of the number of vacuously transitive relations on n points.

Original entry on oeis.org

2, 3, 4, 4, 6, 14, 5, 8, 47, 32, 6, 10, 120, 192, 60
Offset: 1

Views

Author

N. J. A. Sloane, Oct 13 2021

Keywords

Comments

For the precise definition of T(n,k) see Sharp (1973).

Examples

			Triangle begins:
  2;
  3,  4;
  4,  6,  14;
  5,  8,  47,  32;
  6, 10, 120, 192, 60;
...
		

Crossrefs

Row sums are A003041.

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

Showing 1-3 of 3 results.