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.

A112738 On the standard 33-hole cross-shaped peg solitaire board, the number of distinct board positions after n jumps that can still be reduced to one peg at the center (starting with the center vacant).

Original entry on oeis.org

1, 1, 2, 8, 38, 164, 635, 2089, 6174, 16020, 35749, 68326, 112788, 162319, 204992, 230230, 230230, 204992, 162319, 112788, 68326, 35749, 16020, 6174, 2089, 635, 164, 38, 8, 2, 1, 1, 0
Offset: 0

Views

Author

George Bell (gibell(AT)comcast.net), Sep 16 2005

Keywords

Comments

The reason the sequence is palindromic is because playing the game backward is the same as playing it forward, with the notions of "hole" and "peg" interchanged.

Examples

			There are four possible first jumps, but they all lead to the same board position (rotationally equivalent), thus a(1)=1.
		

Crossrefs

Formula

Satisfies a(n)=a(31-n) for 0<=n<=31 (sequence is a palindrome).