login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055549 Number of normal n X n (-1,0,1)-matrices. 2
3, 33, 939, 75041 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

W. H. Press et al., Numerical Recipes, Cambridge, 1986; Chapter 11.

LINKS

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

MATHEMATICA

normalQ[a_] := Block[{b=Transpose[a]}, a.b === b.a]; cnt[n_]:= Block[{c=0, q=n^2}, Do[If[normalQ@Partition[IntegerDigits[t-1, 3, q]-1, n], c++ ], {t, 3^q}]; c]; Array[cnt, 4]; - Giovanni Resta (g.resta(AT)iit.cnr.it), Apr 03 2006

CROSSREFS

Cf. A055547, A055548.

Sequence in context: A124432 A126466 A002112 * A086894 A012487 A188387

Adjacent sequences:  A055546 A055547 A055548 * A055550 A055551 A055552

KEYWORD

nonn,more

AUTHOR

Eric Weisstein (eric(AT)weisstein.com)

EXTENSIONS

a(4) from Giovanni Resta (g.resta(AT)iit.cnr.it), Apr 03 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:47 EST 2012. Contains 205663 sequences.