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.

A225551 Longest checkmate in king and queen versus king endgame on an n X n chessboard.

Original entry on oeis.org

1, 4, 6, 7, 8, 10, 11, 12, 14, 15, 17, 18, 20, 21, 23, 24, 26, 27, 29, 30, 32, 33, 35, 36, 38, 39, 41, 42, 44, 45, 47, 48, 50, 51, 53, 54, 56, 57
Offset: 3

Views

Author

Vaclav Kotesovec, May 10 2013

Keywords

Examples

			Longest win on an 8x8 chessboard: Ka1 Qb2 - Kf5, 1.Ka1-b1 Kf5-e6! 2.Kb1-c2 Ke6-f5! 3.Kc2-c3 Kf5-e6 4.Kc3-d4! Ke6-f5 5.Qb2-b6! Kf5-g4 6.Kd4-e4 Kg4-g5! 7.Qb6-c6 Kg5-h4 8.Ke4-f4 Kh4-h5! 9.Qc6-d6 Kh5-h4! 10.Qd6-h6#, therefore a(8) = 10.
		

Crossrefs

Formula

Conjecture: For n > 8, a(n) = 2*n-3-floor(n/2).
a(n) ~ 3*n/2.
Empirical g.f.: x^3*(x^8-x^7+x^5-x^4-2*x^3+x^2+3*x+1) / ((x-1)^2*(x+1)). - Colin Barker, May 11 2013