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.

A351106 Triangle read by rows: T(m,n) is the number of simple paths for a Racetrack car (using Moore neighborhood) with initial velocity zero, going from one corner to the diagonally opposite corner on an m X n grid, 1 <= n <= m.

Original entry on oeis.org

1, 1, 3, 1, 6, 23, 2, 17, 118, 1470, 3, 47, 762, 23878, 914525, 5, 133, 5724, 420894, 40285572
Offset: 1

Views

Author

Pontus von Brömssen, Jan 31 2022

Keywords

Examples

			Triangle begins:
  m\n| 1   2    3      4        5  6
  ---+------------------------------
  1  | 1
  2  | 1   3
  3  | 1   6   23
  4  | 2  17  118   1470
  5  | 3  47  762  23878   914525
  6  | 5 133 5724 420894 40285572  ?
		

Crossrefs

Cf. A291896 (column n=1), A329118, A351041, A351107 (main diagonal), A351108, A351110.