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.

A060439 Triangle T(n,k), 1 <= k <= n, giving maximal size of ternary code of length n and covering radius k.

Original entry on oeis.org

1, 3, 1, 5, 3, 1, 9, 3, 3, 1, 27, 8, 3, 3, 1
Offset: 1

Views

Author

N. J. A. Sloane, Apr 07 2001

Keywords

Comments

Next term, T(6,1), is in range 71-73. - Kamiel P.F. Verstraten, Jun 29 2015

Examples

			Triangle starts:
1;
3,1;
5,3,1;
9,3,3,1;
...
		

References

  • G. D. Cohen et al., Covering Codes, North-Holland, 1997, p. 174.

Crossrefs

First column gives A004044. Cf. A060438, A060440.