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.

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

Original entry on oeis.org

1, 2, 1, 2, 2, 1, 4, 2, 2, 1, 7, 2, 2, 2, 1, 12, 4, 2, 2, 2, 1, 16, 7, 2, 2, 2, 2, 1, 32, 12, 4, 2, 2, 2, 2, 1, 62, 16, 7, 2, 2, 2, 2, 2, 1
Offset: 1

Views

Author

N. J. A. Sloane, Apr 07 2001

Keywords

Examples

			Triangle starts:
1;
2,1;
2,2,1;
4,2,2,1;
7,2,2,2,1;
...
		

References

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

Crossrefs

Columns give A000983, A029866. Cf. A060439, A060440.

Extensions

Row 9 from Andrey Zabolotskiy, Apr 11 2017 using Gerzson Kéri's tables.