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.

A351611 Maximal permanent of an n X n symmetric matrix using the integers 1 to n*(n + 1)/2.

Original entry on oeis.org

1, 1, 11, 420, 41451, 7985639, 2779152652
Offset: 0

Views

Author

Stefano Spezia, Feb 14 2022

Keywords

Examples

			a(3) = 420:
    1    5    6
    5    3    4
    6    4    2
a(4) = 41451:
    1    5    8   10
    5    4    9    7
    8    9    3    6
   10    7    6    2
		

Crossrefs

Extensions

a(5)-a(6) from Hugo Pfoertner, Feb 15 2022