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.

A126654 A 3 x 3 magic square.

Original entry on oeis.org

32, 4, 24, 12, 20, 28, 16, 36, 8
Offset: 1

Views

Author

Parthasarathy Nambi, Feb 08 2007

Keywords

Comments

The magic sum is 60. See Figure C.6 in Appendix C in Maya Ahmed's PhD thesis.

Examples

			The magic square is:
32  4 24
12 20 28
16 36  8
		

Formula

a(n) = ( A116198(n) + 1 ) * 4. - Martin Ettl, Nov 12 2012