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

A261816 Number of basic semimagic squares of order n that can be formed from the numbers 1, ..., n^2.

Original entry on oeis.org

1, 0, 1, 477, 160845292
Offset: 1

Views

Author

Arkadiusz Wesolowski, Nov 18 2015

Keywords

Comments

In a basic semimagic square the entry in row 1, column 1, is smaller than the other entries.
Moreover, in a basic semimagic square of order n with n >= 3:
a) the entry in row 1, column 2, is smaller than the entry in row 2, column 1
b) every entry in row 1, column 1 < c < n, is smaller than the entry in row 1, column c + 1
c) every entry in row 1 < r < n, column 1, is smaller than the entry in row r + 1, column 1
For n > 1, the total number of semimagic squares of order n that can be formed from the numbers 1, ..., n^2 is a(n)*A048617(n) = A261815(n).

Examples

			An illustration of the unique basic semimagic square of order 3:
|---|---|---|
| 1 | 5 | 9 |
|---|---|---|
| 6 | 7 | 2 |
|---|---|---|
| 8 | 3 | 4 |
|---|---|---|
		

Crossrefs

Formula

a(n) = A261815(n)/A048617(n) for n > 1.
Showing 1-1 of 1 results.