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.

A308201 Sprague-Grundy values for Maharaja Nim on an infinite single-quadrant board scanned by upwards antidiagonals.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 2, 6, 7, 1, 4, 0, 8, 3, 6, 5, 1, 9, 10, 0, 4, 6, 3, 11, 5, 2, 8, 7, 7, 8, 10, 12, 1, 9, 5, 3, 9, 11, 0, 2, 3, 6, 12, 10, 8, 8, 5, 1, 4, 7, 0, 11, 13, 2, 9, 10, 12, 2, 6, 5, 13, 8, 4, 0, 11, 14, 11, 7, 3, 13, 8, 10, 9, 2, 14, 1, 6, 12, 12, 9
Offset: 0

Views

Author

N. J. A. Sloane, Jun 30 2019

Keywords

Comments

A Maharaja combines the moves of a queen and a knight.
If we add 1 to every term we get A274630.

Examples

			The Sprague-Grundy values are as follows (this shows the first 7 antidiagonals):
  0,  2,  5,  1,  6,  4,  7, ...
  1,  4,  7,  3,  0,  8, ...
  3,  6,  8, 10,  2, ...
  2,  0,  9,  5, ...
  4,  1, 11, ...
  5,  3, ...
  6, ...
  ...
		

Crossrefs

Cf. A307282.
For the positions of the 0's, see A307281.
The top row of the array is A308882 (or A274632 - 1).
The leading column is A274631 - 1, the main diagonal is A274633 - 1.
A274630 is essentially the same sequence (but with 1 added to every term).

Programs

  • PARI
    See Links section.

Extensions

More terms from Rémy Sigrist, Jun 30 2019