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

A181205 Number of n X n matrices containing a permutation of 1..n*n moving each element at most to a neighboring position.

Original entry on oeis.org

1, 1, 9, 229, 32000, 19114420, 53786626921, 690427159718433, 40891433857372174697, 11135886394033736561250816, 13961976233873461322297385441657
Offset: 0

Views

Author

R. H. Hardin, Oct 10 2010

Keywords

Examples

			All solutions for 2X2
..1..2....1..2....1..4....2..1....2..1....2..4....3..1....3..2....3..4
..3..4....4..3....3..2....3..4....4..3....1..3....4..2....1..4....1..2
		

Crossrefs

Main diagonal of A181206.
Cf. A287152.

Programs

Formula

a(n) = A287152(n,n^2).

Extensions

a(0) and a(10) from Alois P. Heinz, May 20 2017

A287153 Number of matchings in the graph P_2 X P_n X P_n.

Original entry on oeis.org

1, 2, 108, 90040, 1441534384, 423657524608288, 2303329608950881340608, 231357371294195870227169041024, 429425508267098531071850722486436668160
Offset: 0

Views

Author

Alois P. Heinz, May 20 2017

Keywords

Crossrefs

Row sums of A287152.

Formula

a(n) = Sum_{k=0..n^2} A287152(n,k).
Showing 1-2 of 2 results.