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

A364264 The Parker Square, read by rows.

Original entry on oeis.org

841, 1, 2209, 1681, 1369, 1, 529, 1681, 841
Offset: 1

Views

Author

Paolo Xausa, Jul 17 2023

Keywords

Comments

Named after Matt Parker, who attempted (and failed) to create a 3 X 3 magic square of squares (still an open problem). The sum of entries in the rows, columns and one diagonal is 3051, but in the other diagonal the sum is 4107. Moreover, three entries are repeated (1^2, 29^2 and 41^2).
Cain (2019) cites this trivial semimagic square and calls a finite field a Parker field if no 3 X 3 magic square of squares can be constructed using 9 distinct squared elements.

Examples

			The Parker Square is:
  [  841    1 2209 ]
  [ 1681 1369    1 ]
  [  529 1681  841 ]
Or equivalently:
  [ 29^2  1^2 47^2 ]
  [ 41^2 37^2  1^2 ]
  [ 23^2 41^2 29^2 ]
		

References

  • Matt Parker, Humble Pi: A Comedy of Maths Errors, Penguin Books, UK, 2020, p. 6.

Crossrefs

A309810 Orders of Parker rings.

Original entry on oeis.org

2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 30, 31, 32, 33, 34, 36, 38, 39, 40, 42, 43, 44, 46, 47, 48, 49, 51, 52, 56, 57, 60, 62, 64, 66, 67, 68, 69, 72, 75, 76, 78, 80, 84, 86, 88, 92, 93, 94, 96, 100, 102, 104, 112, 114
Offset: 1

Views

Author

Michel Marcus, Aug 18 2019

Keywords

Comments

A field or ring is called "Parker" if no 3 X 3 magic square of 9 distinct squared elements can be formed. Conjecture: the sequence is complete.
Example: the fact that p=31 is listed is taken to mean one cannot construct a 3 X 3 magic square of distinct squared elements of the ring of order 31.

Crossrefs

Cf. A308838, A348263 (for finite fields), A364264.

A348263 Orders of Parker fields.

Original entry on oeis.org

2, 3, 4, 5, 7, 8, 9, 11, 13, 16, 17, 19, 23, 25, 27, 31, 32, 43, 47, 64, 67, 128, 243, 256, 512, 1024, 2048, 4096
Offset: 1

Views

Author

Thomas Scheuerle, Oct 09 2021

Keywords

Comments

If a traditional magic square of squares does not exist with elements from a field F, then F is said to be a Parker field.
It is conjectured that these are the only such fields.
Appears to be essentially the same as A308838. - R. J. Mathar, Oct 15 2021
It appears that there is a mistake in the paragraph after Conjecture 7.2 of the Cain article. It claims that there are only 17 finite Parker fields, although Lemma 5.2 clearly shows that all fields of order 2^k are Parker. I think the corrected conjecture should state that there are only 16 finite Parker fields of odd order. - Yevhenii Diomidov, Jan 19 2022

Examples

			The field GF(29), for example, is not Parker since:
  ----------------
  |9^2 |11^2|1^2 | mod 29 = 0
  ----------------
  |6^2 |0^2 |14^2| mod 29 = 0
  ----------------
  |12^2|16^2|8^2 | mod 29 = 0,
  ----------------
with the same property for columns and main diagonals.
		

Crossrefs

Extensions

Missing even terms added by Yevhenii Diomidov, Jan 19 2022
Showing 1-3 of 3 results.