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.

A209595 Number of 4X4 0..n arrays with every element equal to a diagonal or antidiagonal reflection.

Original entry on oeis.org

9216, 1476225, 51380224, 791015625, 7316407296, 47738317081, 241591910400, 1007680691889, 3610000000000, 11438404249041, 32754285674496, 86161557405625, 210866643477504, 484962978515625, 1056630674292736
Offset: 1

Views

Author

R. H. Hardin Mar 10 2012

Keywords

Comments

Row 4 of A209593

Examples

			Some solutions for n=3
..0..0..2..3....0..0..2..0....0..0..2..2....0..0..0..0....0..0..3..3
..0..2..1..2....0..2..2..2....0..2..3..2....0..0..3..0....0..1..2..3
..2..0..0..0....3..2..0..0....0..3..1..0....2..2..3..0....1..3..2..0
..0..2..0..0....3..3..0..0....3..0..0..0....0..2..0..0....2..1..0..0
		

Formula

a(n) = (n+1) ^ 8 * ((n+1)*(2*n+1)) ^ 2