Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122751
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122751 Number of essentially different semi-magic squares of order 3 with semimagic sum n. +0
1
1, 2, 7, 14, 29, 49, 83, 127, 192, 273, 384, 519, 694, 902, 1162, 1466, 1835, 2260, 2765, 3340, 4011, 4767, 5637, 6609, 7714, 8939, 10318, 11837, 13532, 15388, 17444, 19684, 22149, 24822, 27747, 30906, 34345, 38045, 42055, 46355, 50996, 55957, 61292 (list; graph; listen)
OFFSET

3,2

REFERENCES

Submitted for publication: "Zum Abzahlen semimagischer Quadrate"

P. A. MacMahon, Combinatory Analysis, Vol II; Chelsea, New York, 1960.

LINKS

More information

FORMULA

a(n) = 1/64*n^4-1/32*n^3+1/32*n^2+d*n+e with: d:=-1/8 if n=0 or n=2 (mod 4) d:=3/32 if n=1 or n=3 (mod 4) e:=0 if n=0 (mod 4) e:=-7/64 if n=1 (mod 4) e:=1/8 if n=2 (mod 4) e:=1/64 if n=3 (mod 4)

EXAMPLE

a(4)=2 because there are 2 essentially different semi-magic squares of order 3 with semi-magic sum 4:

[1,1,2; 1,2,1; 2,1,1] and [1,1,2; 2,1,1; 1,2,1]

MAPLE

A131292:=proc(n) local d, e: if (n mod 4) in {0, 2} then d:=-1/8 fi: if (n mod 4) in {1, 3} then d:=3/32 fi: if (n mod 4) in {0} then e:=0 fi: if (n mod 4) in {1} then e:=-7/64 fi: if (n mod 4) in {2} then e:=1/8 fi: if (n mod 4) in {3} then e:=1/64 fi: return 1/64*n^4-1/32*n^3+1/32*n^2+d*n+e: end proc:

CROSSREFS

Sequence in context: A014112 A068040 A005998 this_sequence A152944 A018437 A120739

Adjacent sequences: A122748 A122749 A122750 this_sequence A122752 A122753 A122754

KEYWORD

nonn

AUTHOR

Christoph Gerber (christoph.gerber(AT)phbern.ch), Jun 25 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research