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.

Showing 1-10 of 17 results. Next

A006494 Number of possible chess games at the end of the n-th ply plus number of games that terminate (i.e., mate) in fewer than n plies.

Original entry on oeis.org

1, 20, 400, 8902, 197281, 4865617, 119060679, 3195913043, 84999425906, 2439540533153, 69353270203366, 2097660204806910, 62855340727822758, 1981075507583376209
Offset: 0

Views

Author

Ken Thompson (ken(AT)google.com)

Keywords

Comments

This sequence is A048987 plus the cumulative sum of A079485. - Richard Bean, Jun 18 2003
The word "terminate" is inappropriate if only termination by checkmate is considered, since games can also end in a draw. The earliest possible draws occur by threefold or 5-fold repetition of the starting position through, e.g., twofold resp. 4-fold repetition of the moves 1.Nf3 Nf6 2.Ng1 Ng8, or an equivalent sequence. - M. F. Hasler, Mar 02 2022

References

  • James Gleick, Faster, Vintage Books, NY, 2000 (see pp. 259-261).

Crossrefs

Extensions

a(8)-a(10) from François Labelle, Jan 22 2004
a(11) from François Labelle, Jul 25 2004, who thanks Joost de Heer for providing computer time
a(12) from François Labelle, Mar 04 2012
a(13) from François Labelle, Aug 15 2017

A285873 Number of possible chess games at the end of the n-th ply starting without queens.

Original entry on oeis.org

1, 21, 441, 9872, 220447, 5247292, 124278971, 3113440755, 77520962327, 2024021927610
Offset: 0

Views

Author

Sean A. Irvine, Apr 28 2017

Keywords

Comments

Gives the number of possible chess games where both sides start without queens. Queens are still allowed to appear later in the game through promotion.
Does not include games which end in fewer than n plies.
The total number of such games should be less than the total number of standard chess games, and it appears A285873(n) <= A048987(n) for n >= 7.
Initial terms computed using the Chesspresso engine.

Examples

			a(1) = 21 because there are 20 usual opening moves plus the additional move of moving the king into the vacant square where the queen would usually be.
		

Crossrefs

Cf. A048987 (standard), A285874 (no rooks), A285875 (no knights), A285876 (no bishops), A285877 (no pawns), A285878 (pawns and king).

A285874 Number of possible chess games at the end of the n-th ply starting without rooks.

Original entry on oeis.org

1, 20, 400, 8702, 188473, 4505624, 106770421, 2770746488, 71151220765, 1969755500063
Offset: 0

Views

Author

Sean A. Irvine, Apr 28 2017

Keywords

Comments

Gives the number of possible chess games where both sides start without rooks. Rooks are still allowed to appear later in the game through promotion.
Does not include games which end in fewer than n plies.
The total number of such games should be less than the total number of standard chess games, and it appears A285874(n) <= A048987(n) for all n.
Initial terms computed using the Chesspresso engine.

Crossrefs

Cf. A048987 (standard), A285873 (no queens), A285875 (no knights), A285876 (no bishops), A285877 (no pawns), A285878 (pawns and king).

Extensions

a(9) from Sean A. Irvine, May 04 2017

A285875 Number of possible chess games at the end of the n-th ply starting without knights.

Original entry on oeis.org

1, 18, 324, 6572, 132640, 3030492, 68633066, 1733220521, 43321058602, 1182486223832
Offset: 0

Views

Author

Sean A. Irvine, Apr 28 2017

Keywords

Comments

Gives the number of possible chess games where both sides start without knights. Knights are still allowed to appear later in the game through promotion.
Does not include games which end in fewer than n plies.
The total number of such games should be less than the total number of standard chess games, and it appears A285875(n) <= A048987(n) for all n.
Initial terms computed using the Chesspresso engine.

Examples

			a(1) = 18 because each pawn can move forward 1 or 2 squares (16 moves) and each rook can move into the square where the knight would have been (2 moves).
		

Crossrefs

Cf. A048987 (standard), A285873 (no queens), A285874 (no rooks), A285876 (no bishops), A285877 (no pawns), A285878 (pawns and king).

A285876 Number of possible chess games at the end of the n-th ply starting without bishops.

Original entry on oeis.org

1, 22, 484, 11248, 260904, 6434922, 158069690, 4126252938, 107097735673, 2940365284820
Offset: 0

Views

Author

Sean A. Irvine, Apr 28 2017

Keywords

Comments

Gives the number of possible chess games where both sides start without bishops.
Does not include games which end in fewer than n plies.
The initial terms exceed the corresponding terms in A048987, but this should eventually reverse and we should have A285876(n) <= A048987(n) for large enough n.
Initial terms computed using the Chesspresso engine.

Examples

			a(1) = 22 because we have the standard 20 opening moves, plus the queen and king can each move into the squares that would normally contain the bishops.
		

Crossrefs

Cf. A048987 (standard), A285873 (no queens), A285874 (no rooks), A285875 (no knights), A285877 (no pawns), A285878 (pawns and king).

A285877 Number of possible chess games at the end of the n-th ply starting without pawns.

Original entry on oeis.org

1, 50, 2125, 96062, 4200525, 191462298, 8509434855, 390020597683
Offset: 0

Views

Author

Sean A. Irvine, Apr 28 2017

Keywords

Comments

Gives the number of possible chess games where both sides start without pawns.
Does not include games which end in fewer than n plies.
The initial terms exceed the corresponding terms in A048987, but this should eventually reverse and we should have A285877(n) <= A048987(n) for large enough n.
Initial terms computed using the Chesspresso engine.

Crossrefs

Cf. A048987 (standard), A285873 (no queens), A285874 (no rooks), A285875 (no knights), A285876 (no bishops), A285878 (pawns and king).

A019319 Number of possible chess diagrams after n plies.

Original entry on oeis.org

1, 20, 400, 5362, 71852, 815677, 9260610, 94305342, 958605819, 8866424380, 81766238574, 692390232505
Offset: 0

Views

Author

Bernd Schwarzkopf (schwarzkopf(AT)uni-duesseldorf.de)

Keywords

Comments

Definition: position = position with castling and en passant information, diagram = position without castling and en passant information.
Even though the sequence may be infinite (if none of the rules for draw is ever invoked by any of the players), the sequence becomes constant from a given rank n on, since it is increasing (I conjecture - even though some positions available at the n-th move might not be available on the (1+n)-th move) and bounded, thus it has a limit. The challenge is now to find this limit (or at least nontrivial upper bounds) and the rank from which on the sequence becomes constant. - M. F. Hasler, Feb 15 2008
The sequence became finite on Jul 01 2014 with the introduction of a new draw rule which is automatic (the 75-move rule). About Hasler's second challenge, a chess problem by L. Ceriani and K. Fabel shows that at least one position is visited for the first time at ply 366. - François Labelle, Apr 01 2015

References

  • Bernd Schwarzkopf, Die ersten Züge (The First Moves), Problemkiste (No. 92, April 1994, p. 142-143).

Crossrefs

Extensions

More terms from Richard Bean, Jun 02 2002
a(6)-a(8) from François Labelle, Jan 19 2004
a(9)-a(10) from Arkadiusz Wesolowski, Jan 04 2012
a(11) from François Labelle, Jan 16 2017

A079485 Number of chess games that end in checkmate after exactly n plies.

Original entry on oeis.org

0, 0, 0, 0, 8, 347, 10828, 435767, 9852036, 400191963, 8790619155, 362290010907, 8361091858959, 346742245764219
Offset: 0

Views

Author

N. J. A. Sloane, Jan 17 2003

Keywords

Comments

a(6) was computed in 1897.

Examples

			a(n) = 0 for n < 4 and a(4) = 8, because the earliest checkmate can occur at move 2, e.g., with 1.f3 e5, 2.g4 Qh4#. The 8 = 2*2*2 possibilities counted in a(4) all correspond to essentially the same mate, with (1) the alternative 1.f4, (2) the alternative 1...e6, (3) inversed order of white's moves. - _M. F. Hasler_, Mar 03 2022
		

References

  • H. Simpson, Chess Review, Jan-Feb 1982.

Crossrefs

Extensions

More terms from Richard Bean, Jun 08 2003
a(9) and a(10) from François Labelle, Jan 12 2004
a(11) from François Labelle, Jul 25 2004, who thanks Joost de Heer for providing computer time.
Link to Extremal [Chess] Problems of R. P. Stanley corrected by Johannes W. Meijer, Mar 01 2009
a(12) from François Labelle, Mar 04 2012
a(13) from François Labelle, Aug 15 2017

A285878 Number of possible chess games at the end of the n-th ply starting with just pawns and king.

Original entry on oeis.org

1, 18, 324, 5658, 98766, 1683597, 28677387, 479763588, 8014917042, 132060434889, 2170519816231
Offset: 0

Views

Author

Sean A. Irvine, Apr 28 2017

Keywords

Comments

Gives the number of possible chess games where both sides start without queens, rooks, knights, and bishops.
Does not include games which end in fewer than n plies.
Initial terms computed using the Chesspresso engine.

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).
		

Crossrefs

Cf. A048987 (standard), A285873 (no queens), A285874 (no rooks), A285875 (no knights), A285876 (no bishops), A285877 (no pawns).

Extensions

a(10) from Sean A. Irvine, May 04 2017

A083276 Number of distinct chess positions after n plies including differences due to availability and possibility of castling and en passant captures.

Original entry on oeis.org

1, 20, 400, 5362, 72078, 822518, 9417681, 96400068, 988187354, 9183421888, 85375278064, 726155461002
Offset: 0

Views

Author

Richard Bean, Jun 02 2003

Keywords

Comments

This differs from A057745 at 6 ply and above because where an en passant capture would be illegal, the position is essentially the same as where an en passant capture is not available. It is two less than A057745 at 6 ply because the positions after 1. f4 e6/e5 2. Kf2 Qf6 3. f5 g5 are considered to be the same as after 1. f4 g5 2. Kf2 e6/e5 3. f5 Qf6.
Definition: position = position with castling and en passant information, diagram = position without castling and en passant information.
The sequence became finite on Jul 01 2014 with the introduction of a new draw rule which is automatic (the 75-move rule). - François Labelle, Apr 02 2015

Crossrefs

Extensions

a(9) from Paul Byrne, Jan 26 2004
a(10) from Arkadiusz Wesolowski, Jan 04 2012
a(11) from Peter Österlund on Feb 22 2013, verified by François Labelle on Jan 08 2017
Showing 1-10 of 17 results. Next