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-3 of 3 results.

A190394 Maximum number of nonattacking nightriders on an n X n board.

Original entry on oeis.org

1, 4, 5, 8, 10, 16, 17, 20, 21, 24, 26, 32, 33, 36, 39, 42, 45, 48, 51, 54, 58, 64, 65, 66, 68, 72, 75, 80, 81, 84, 87, 90, 93
Offset: 1

Views

Author

Vaclav Kotesovec, May 10 2011

Keywords

Comments

A nightrider is a fairy chess piece that can move any distance in a direction specified by a knight move.
Maximum number of nonattacking nightriders on an n X n toroidal board is n.

Examples

			From _Rob Pratt_, Jul 24 2015: (Start)
a(20) = 54:
  XX--XXXX---X------XX
  XX---------X--XX--XX
  --------------------
  ---X----------------
  X-----------------X-
  X-----------------X-
  X-------------------
  X---------X---------
  ------------------XX
  ------------X-------
  -------X------------
  XX------------------
  ---------X---------X
  -------------------X
  -X-----------------X
  -X-----------------X
  ----------------X---
  --------------------
  XX--XX--X---------XX
  XX------X---XXXX--XX
(End)
		

Crossrefs

Formula

2n <= a(n) <= 3n-2, for n > 3.
a(n) >= 24*floor((n+4)/10)-8, for n >= 6. - Vaclav Kotesovec, Apr 01 2012

Extensions

Terms a(11)-a(16) from Vaclav Kotesovec, May 13 2011
Terms a(17)-a(19) from Vaclav Kotesovec, Apr 01 2012
a(20) from Rob Pratt, Jul 24 2015
a(21)-a(32) from Paul Tabatabai, Nov 06 2018
a(33) from Andy Huchala, Mar 30 2024

A185085 Number of ways to place n nonattacking nightriders on an n X n board.

Original entry on oeis.org

1, 6, 36, 412, 4650, 85358, 1414678, 32042312, 710371744, 20080400872, 546562561108
Offset: 1

Views

Author

Vaclav Kotesovec, Dec 22 2011

Keywords

Comments

A nightrider is a fairy chess piece that can move any distance in a direction specified by a knight move.

Crossrefs

A196814 Number of ways to place n nonattacking nightriders on an n X n cylindrical board.

Original entry on oeis.org

1, 4, 6, 84, 120, 784, 280, 40816, 13806, 1361706, 110990, 142633176, 4263454, 197730660, 9246172320
Offset: 1

Views

Author

Vaclav Kotesovec, Oct 06 2011

Keywords

Crossrefs

Showing 1-3 of 3 results.