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!)
A211145 Number of 2 X 2 matrices having all terms in {-n,...,0,..,n} and permanent=trace. 3
1, 19, 60, 116, 196, 292, 404, 548, 708, 868, 1060, 1284, 1524, 1796, 2052, 2292, 2612, 2980, 3348, 3748, 4116, 4452, 4884, 5380, 5844, 6324, 6820, 7300, 7860, 8468, 9060, 9732, 10388, 10964, 11572, 12180, 12852, 13668, 14436, 15092 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For a guide to related sequences, see A210000.
LINKS
MATHEMATICA
a = -n; b = n; z1 = 40;
t[n_] := t[n] = Flatten[Table[w + z - 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}] (* A211145 *)
(1/4) Table[c[n, n], {n, 2, z1}] (* integers *)
CROSSREFS
Cf. A210000.
Sequence in context: A171247 A270818 A206426 * A338990 A158521 A141897
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 03 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 June 26 12:21 EDT 2024. Contains 373718 sequences. (Running on oeis4.)