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.

A364276 A 5 X 5 magic square of squares with the smallest possible magic sum, read by rows.

This page as a plain text file.
%I A364276 #11 Aug 02 2023 14:12:36
%S A364276 1,4,961,9,400,484,256,169,25,441,121,529,100,576,49,144,225,81,729,
%T A364276 196,625,361,64,36,289
%N A364276 A 5 X 5 magic square of squares with the smallest possible magic sum, read by rows.
%C A364276 This magic square was discovered by Christian Boyer in 2004. It's composed of the squares of the numbers from 1 to 31, excluding 4, 18, 26, 28, 29 and 30. The magic sum is 1375.
%H A364276 Christian Boyer, <a href="http://dx.doi.org/10.1007/BF02985794">Some notes on the magic squares of squares problem</a>, The Mathematical Intelligencer 27 (2005), pp. 52-64.
%H A364276 Christian Boyer, <a href="http://www.multimagie.com/English/SquaresOfSquares4_7.htm">First known 4x4 to 7x7 magic squares of squares</a>.
%H A364276 <a href="/index/Mag#magic">Index entries for sequences related to magic squares</a>
%e A364276 The magic square is:
%e A364276   [    1    4  961    9  400 ]
%e A364276   [  484  256  169   25  441 ]
%e A364276   [  121  529  100  576   49 ]
%e A364276   [  144  225   81  729  196 ]
%e A364276   [  625  361   64   36  289 ]
%e A364276 Or equivalently:
%e A364276   [  1^2  2^2 31^2  3^2 20^2 ]
%e A364276   [ 22^2 16^2 13^2  5^2 21^2 ]
%e A364276   [ 11^2 23^2 10^2 24^2  7^2 ]
%e A364276   [ 12^2 15^2  9^2 27^2 14^2 ]
%e A364276   [ 25^2 19^2  8^2  6^2 17^2 ]
%Y A364276 Cf. A272932, A358445, A359383.
%K A364276 nonn,tabf,fini,full
%O A364276 1,2
%A A364276 _Paolo Xausa_, Jul 17 2023