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.

A186966 Number of 3-turn queen's tours on an n X n board summed over all starting positions.

Original entry on oeis.org

0, 24, 296, 1304, 3808, 8832, 17672, 31888, 53312, 84040, 126440, 183144, 257056, 351344, 469448, 615072, 792192, 1005048, 1258152, 1556280
Offset: 1

Views

Author

R. H. Hardin Mar 01 2011

Keywords

Comments

Row 3 of A186965.

Examples

			Some solutions for 3 X 3
..2..0..3....3..0..0....2..3..0....3..0..0....0..3..0....0..0..1....3..1..0
..0..0..0....0..2..0....0..0..0....1..2..0....0..0..2....0..0..0....0..2..0
..1..0..0....0..0..1....1..0..0....0..0..0....0..0..1....2..0..3....0..0..0
		

Crossrefs

Cf. A186965.

Formula

Empirical: a(n) = 4*a(n-1)-5*a(n-2)+5*a(n-4)-4*a(n-5)+a(n-6).
Empirical: a(n) = -6*n+1/4-30*n^3+73*n^2/3+67*n^4/6-(-1)^n/4 with g.f. -8*x^2*(3+25*x+30*x^2+9*x^3) / ( (1+x)*(x-1)^5 ), all terms multiples of 8.

A186967 Number of 4-turn queen's tours on an n X n board summed over all starting positions.

Original entry on oeis.org

0, 24, 1344, 10440, 43424, 130592, 320880, 686384, 1326848, 2374152, 3996832
Offset: 1

Views

Author

R. H. Hardin Mar 01 2011

Keywords

Comments

Row 4 of A186965

Examples

			Some solutions for 3X3
..0..0..4....4..0..0....0..0..0....0..4..0....3..2..1....0..2..0....0..3..0
..0..0..2....0..3..1....0..2..1....2..1..3....0..0..0....4..0..3....1..4..2
..0..1..3....0..0..2....4..3..0....0..0..0....4..0..0....0..1..0....0..0..0
		

A186968 Number of 5-turn queen's tours on an n X n board summed over all starting positions.

Original entry on oeis.org

0, 0, 5120, 77384, 473632, 1875432, 5706000, 14543984
Offset: 1

Views

Author

R. H. Hardin Mar 01 2011

Keywords

Comments

Row 5 of A186965

Examples

			Some solutions for 3X3
..0..4..0....1..2..3....2..0..0....0..0..1....3..0..4....0..2..0....5..2..0
..0..5..0....0..0..0....0..1..0....5..2..0....0..5..0....4..1..3....0..1..3
..2..3..1....0..5..4....4..5..3....4..0..3....2..1..0....5..0..0....0..0..4
		
Showing 1-3 of 3 results.