A285878 Number of possible chess games at the end of the n-th ply starting with just pawns and king.
1, 18, 324, 5658, 98766, 1683597, 28677387, 479763588, 8014917042, 132060434889, 2170519816231
Offset: 0
Examples
a(1) = 18 since each pawn can move forward 1 or 2 squares (16 moves) or the king can move left or right (2 moves).
Links
- Bernhard Seybold, Chesspresso.
Crossrefs
Extensions
a(10) from Sean A. Irvine, May 04 2017
Comments