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!)
A282551 Dimension of the kernel of the modulo 2 Wendt matrix of dimension n. 0
0, 0, 2, 0, 0, 4, 6, 0, 2, 0, 0, 8, 0, 12, 14, 0, 0, 4, 0, 0, 6, 0, 0, 16, 0, 0, 2, 24, 0, 28, 30, 0, 2, 0, 6, 8, 0, 0, 2, 0, 0, 12, 0, 0, 14, 0, 0, 32, 6, 0, 2, 0, 0, 4, 0, 48, 2, 0, 0, 56, 0, 60, 62, 0, 0, 4, 0, 0, 0, 12, 0, 16, 0, 0, 14, 0, 0, 4, 0, 0, 0, 0, 0, 24 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Jonathan Chappelon, Periodic balanced binary triangles, arXiv:1702.03236 [math.CO], 2016. See Table 1.
MATHEMATICA
a[n_] := Table[Mod[Binomial[n, Abs[i-j]], 2], {i, n}, {j, n}] // NullSpace // Length;
Array[a, 100] (* Jean-François Alcover, Sep 28 2018 *)
PROG
(PARI) a(n) = matsize(matker(matrix(n, n, i, j, binomial(n, abs(i-j)) % 2)))[2];
CROSSREFS
Sequence in context: A213370 A244138 A284611 * A333706 A056676 A352450
KEYWORD
nonn
AUTHOR
Michel Marcus, Feb 18 2017
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 25 16:39 EDT 2024. Contains 371989 sequences. (Running on oeis4.)