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.

A126647 A 5 x 5 Ornate magic square.

Original entry on oeis.org

25, 1, 23, 6, 10, 12, 14, 3, 20, 16, 2, 24, 13, 8, 18, 11, 7, 21, 9, 17, 15, 19, 5, 22, 4
Offset: 1

Views

Author

Parthasarathy Nambi, Feb 08 2007

Keywords

Comments

The magic sum is 65. See Figure C.8 in Appendix C of Maya Ahmed's thesis.

Examples

			The magic square is:
25  1 23  6 10
12 14  3 20 16
2  24 13  8 18
11  7 21  9 17
15 19  5 22  4
		

Programs

  • PARI
    [25,1,23,6,10; 12,14,3,20,16; 2,24,13,8,18; 11,7,21,9,17; 15,19,5,22,4] \\ Charles R Greathouse IV, Dec 12 2014