The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A210289 Number of 2 X 2 matrices with all elements in {0,1,...,n} and permanent = (trace)^2. 3
1, 5, 9, 15, 25, 29, 35, 53, 63, 81, 85, 89, 107, 141, 159, 165, 193, 197, 215, 261, 271, 323, 327, 331, 349, 389, 423, 461, 529, 533, 539, 617, 645, 651, 655, 673, 727, 817, 863, 959, 969, 973, 1025, 1131, 1141, 1159 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
See A210000 for a guide to related sequences.
LINKS
MATHEMATICA
a = 0; b = n; z1 = 45;
t[n_] := t[n] = Flatten[Table[w^2 + z^2 + w*z - x*y, {w, a, b}, {x, a, b}, {y, a, b}, {z, a, b}]]
c[n_, k_] := c[n, k] = Count[t[n], k]
Table[c[n, 0], {n, 0, z1}] (* A210289 *)
CROSSREFS
Cf. A210000.
Sequence in context: A074953 A023498 A256343 * A062516 A249331 A345953
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 19 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 12 20:41 EDT 2024. Contains 372494 sequences. (Running on oeis4.)