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!)
A372350 Number of circuits in the linear matroid M[A] where A is the n X 2^n-1 matrix whose columns are the nonzero vectors in GF(2)^n. 1

%I #10 May 01 2024 07:19:16

%S 1,14,308,20336,4994472,4610816280,15818644675576,200505135770997176,

%T 9379920798740778171704,1622482035629868467818140728,

%U 1041077717919612788079816321253944,2487586699047586213237480687525117894200

%N Number of circuits in the linear matroid M[A] where A is the n X 2^n-1 matrix whose columns are the nonzero vectors in GF(2)^n.

%C Row sums of A372230.

%D J. Oxley, Matroid Theory, Oxford Graduate Texts in Mathematics, 1992, page 8.

%t nn = 13; Map[Total,Table[Table[PadRight[Table[Product[(2^n - 2^i)/(2^k - 2^i), {i, 0, k - 1}], {k, 2,n}], nn], {n, 2, nn}][[All, j]]*

%t Table[Product[2^n - 2^i, {i, 0, n - 1}]/(n + 1)!, {n, 2, nn}][[j]], {j, 1, nn - 1}] // Transpose]

%Y Cf. A372230.

%K nonn

%O 2,2

%A _Geoffrey Critzer_, Apr 28 2024

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 July 6 23:47 EDT 2024. Contains 374060 sequences. (Running on oeis4.)