Go back
Mate in exactly n moves

Mate in exactly n moves

Posers and Puzzles

Vote Up
Vote Down



White to play and mate in exactly n moves. How many ways (as a function of n)?

1 edit
Vote Up
Vote Down

The term "Fibonacci" comes to mind...

F(n) = {1, n = 1,2; F(n-1) + F(n-2), n > 2}

Vote Up
Vote Down

Originally posted by Jirakon
The term "Fibonacci" comes to mind...

F(n) = {1, n = 1,2; F(n-1) + F(n-2), n > 2}
That's true🙂

Vote Up
Vote Down

True until threefold repetition kicks in and the game is declared a draw.

Vote Up
Vote Down

Originally posted by geepamoogle
True until threefold repetition kicks in and the game is declared a draw.
According to the chess problemists' codex, in chess problems the threefold repetition law is used only in retros.

Vote Up
Vote Down

Originally posted by David113
According to the chess problemists' codex, in chess problems the threefold repetition law is used only in retros.
No, that's false. You are confusing the 3-fold repetition rule with the 50-move rule.
Article 17 - 50 Moves-Rule

Unless expressly stipulated, the 50 moves-rule does not apply to the solution of chess compositions except for retro-problems.

Article 18 - Repetition of Position

A position is considered as a draw if it can be proved that an identical position [21] has occured three times in the proof game combined with the solution.

www.saunalahti.fi/~stniekat/pccc/codex.htm

Vote Up
Vote Down

Originally posted by David113
According to the chess problemists' codex, in chess problems the threefold repetition law is used only in retros.
Mate in "n" moves implies that your oponent has no outs.
after at most 7 moves your oppnent has two legal moves: shuffle the bishop, declare a draw.
as the "self mate" stipulation was not indicated the game ends on move 7 where white must mate in order to avoid a draw.

Solutions to mate in 1-7 follow fibonacci