|
Search: id:A096367
|
|
|
| A096367 |
|
Number of winning paths of length n+1 across an n X n Hex board. |
|
+0 2
|
|
| 2, 14, 58, 194, 578, 1602, 4226, 10754, 26626, 64514, 153602, 360450, 835586, 1916930, 4358146, 9830402, 22020098, 49020930, 108527618, 239075330, 524288002, 1145044994
(list; graph; listen)
|
|
|
OFFSET
|
3,1
|
|
|
COMMENT
|
If m>n-2, H(m,n) = (2*m+1-n)*2^(n-2) is the number of winning paths of length n across an m X n Hex board (cf. A001792). If m>n-1, H'(m,n) = (n-2)*(H(m-3,n-2) + H(m+1,n-2)) - 2^(n-1) + 2 is the number of winning paths of length n+1 across an m X n Hex board.
|
|
REFERENCES
|
D. Bevan, Winning Positions and Optimal Play in the Game of Hex, forthcoming.
|
|
FORMULA
|
a(n) = (n-2)*(n+1)*2^(n-3)-2^(n-1)+2
|
|
EXAMPLE
|
a(4)=14.
|
|
CROSSREFS
|
Cf. A001792.
Sequence in context: A137482 A115027 A114146 this_sequence A058738 A095376 A153332
Adjacent sequences: A096364 A096365 A096366 this_sequence A096368 A096369 A096370
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
David Bevan (dbevan(AT)emtex.com), Jul 02 2004
|
|
|
Search completed in 0.002 seconds
|