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.

A209591 Number of n X n 0..6 arrays with every element equal to a diagonal or antidiagonal reflection.

Original entry on oeis.org

7, 2401, 1529437, 47738317081, 2767247026234327, 7860041410116536427241, 41461694858240499304086993277, 10716805483614568896270487886484563281, 5144331626584186407654932265866559478676249287
Offset: 1

Views

Author

R. H. Hardin Mar 10 2012

Keywords

Comments

Column 6 of A209593

Examples

			Some solutions for n=3
..0..5..4....0..0..4....0..6..2....0..6..5....0..3..3....0..3..5....0..3..5
..5..2..1....0..3..2....6..0..2....5..2..6....3..5..0....2..2..3....3..5..5
..1..1..3....3..2..5....1..2..1....4..5..3....5..0..1....4..2..0....3..5..3
		

Formula

a(n) = 7 ^ (2*n-(n modulo 2)) * 91 ^ ((n*n-2*n+(n modulo 2))/4)