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.

A111797 Triangle T(g, w) = number of rotes of weight g and wayage w.

Original entry on oeis.org

1, 1, 2, 5, 1, 16, 4, 56, 17
Offset: 1

Views

Author

Jon Awbrey, Sep 01 2005

Keywords

Comments

T(g, w) = |{positive integers m : A062537(m) = g and A001221(m) = w}|.
Row sums = A061396. See A111796 for definitions and further details.

Examples

			Table T(g, w), omitting zeros, begins as follows:
g\w| 0 ` 1 ` 2 ` 3 ` 4 ` 5
---+-----------------------
`0 | 1
`1 | ` ` 1
`2 | ` ` 2
`3 | ` ` 5 ` 1
`4 | ` `16 ` 4
`5 | ` `56 `17
		

Crossrefs