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.

A355256 a(n) is the number of n-th order n X n magic arrays composed of the numbers from 1 to n^2 in which each 2 X 2 subsquare has the same sum, counted up to rotations and reflections.

Original entry on oeis.org

1, 3, 47, 2544, 6480, 5510592
Offset: 1

Views

Author

Donghwi Park, Jun 26 2022

Keywords

Examples

			For n = 2 the a(2) = 3 solutions are (1 2; 3 4), (1 2; 4 3) and (1 3; 4 2).
		

Extensions

a(6) from Donghwi Park, Aug 06 2025