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

A345710 Triangle read by rows in which T(n,k) is half the number of n-bit words with maximum overlap k, n >= 1, k >= 0.

Original entry on oeis.org

1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 6, 5, 3, 1, 1, 10, 11, 6, 3, 1, 1, 20, 19, 14, 6, 3, 1, 1, 37, 41, 24, 15, 6, 3, 1, 1, 74, 77, 53, 26, 15, 6, 3, 1, 1, 142, 159, 99, 59, 27, 15, 6, 3, 1, 1, 284, 307, 207, 111, 62, 27, 15, 6, 3, 1, 1, 558, 625, 400, 232, 117, 63
Offset: 1

Views

Author

Sean A. Irvine, Jun 24 2021

Keywords

Examples

			Triangle begins:
   1;
   1,  1;
   2,  1, 1;
   3,  3, 1, 1;
   6,  5, 3, 1, 1;
  10, 11, 6, 3, 1, 1;
  ...
		

Crossrefs

Cf. A345530 (main entry).

Formula

T(n,k) = A345530(n,k)/2.
Showing 1-1 of 1 results.