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.

A338403 Regular triangle read by rows: T(n,k) is the number of (n,k)-Duck words, for n>=1 and 0<=k<=n-1.

Original entry on oeis.org

1, 2, 3, 5, 23, 14, 14, 131, 233, 84, 42, 664, 2339, 2367, 594, 132, 3166, 18520, 36265, 24714, 4719, 429, 14545, 127511, 408311, 527757, 266219, 40898
Offset: 1

Views

Author

Michel Marcus, Oct 24 2020

Keywords

Comments

See link for the definition of Duck word.

Examples

			Triangle begins:
   1;
   2,   3;
   5,  23,   14;
  14, 131,  233,   84;
  42, 664, 2339, 2367, 594;
  ...
		

Crossrefs

Cf. A000108 (column 0), A005700 (diagonal), A005789 (row sums), A031970 (column 1).