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!)
A210288 Number of 2 X 2 matrices with all elements in {0,1,...,n} and permanent = trace. 3
1, 6, 19, 29, 41, 51, 65, 75, 89, 101, 115, 125, 143, 153, 167, 181, 197, 207, 225, 235, 253, 267, 281, 291, 313, 325, 339, 353, 371, 381, 403, 413, 431, 445, 459, 473, 497, 507, 521, 535, 557, 567, 589, 599, 617, 635 (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 + 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}] (* A210288 *)
CROSSREFS
Cf. A210000.
Sequence in context: A042215 A041911 A341327 * A038125 A319968 A277402
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 April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)