login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A357499
Triangle read by rows: T(n,k) is the length of the longest induced path in the n-dimensional hypercube, such that the end points of the path are at Hamming distance k, 0 <= k <= n.
2
0, 0, 1, 0, 1, 2, 0, 1, 4, 3, 0, 1, 6, 7, 4, 0, 1, 12, 13, 12, 11, 0, 1, 26, 25, 24, 25, 24
OFFSET
0,6
EXAMPLE
Triangle begins:
n\k| 0 1 2 3 4 5 6
---+--------------------
0 | 0
1 | 0 1
2 | 0 1 2
3 | 0 1 4 3
4 | 0 1 6 7 4
5 | 0 1 12 13 12 11
6 | 0 1 26 25 24 25 24
CROSSREFS
Cf. A099155 (row maxima), A357360 (main diagonal).
Sequence in context: A160648 A124912 A138752 * A368506 A342133 A358050
KEYWORD
nonn,tabl,more,hard
AUTHOR
STATUS
approved