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.

A290279 Number of permutations of [n] with a unique pair of orthogonal (diagonal, antidiagonal) X-rays.

Original entry on oeis.org

1, 1, 2, 6, 22, 110, 628, 4396, 34496, 309230, 3069808
Offset: 0

Views

Author

Alois P. Heinz, Jul 25 2017

Keywords

Comments

The X-rays of a permutation are sequences of (diagonal, antidiagonal) sums of the corresponding permutation matrix.
A unique pair of orthogonal (diagonal, antidiagonal) X-rays allows identification of the permutation.

Examples

			a(4) = 22.  All permutations of {1,2,3,4} have unique pairs of orthogonal X-rays except 2413 and 3142, which share the same pair (0110110, 0110110):
.
.  0110110       .  0110110
.   \\\+--\-+    .   \\\+--\-+
.  2 \\| 1  |    .  3 \\|  1 |
.  4  \|   1|    .  1  \|1   |
.  1  /|1   |    .  4  /|   1|
.  3 //|  1 |    .  2 //| 1  |
.   ///+--/-+    .   ///+--/-+
.  0110110       .  0110110
		

Crossrefs