cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

User: Nathan J. Russell

Nathan J. Russell's wiki page.

Nathan J. Russell has authored 16 sequences. Here are the ten most recent ones:

A344676 The number of n X n binary orthogonal matrices having an equal number of ones in each row.

Original entry on oeis.org

1, 2, 6, 48, 120, 1440, 5040, 2903040, 203575680, 41157849600, 2414207980800
Offset: 1

Author

Nathan J. Russell, May 26 2021

Keywords

Comments

The inverse of an orthogonal matrix is its transpose. This implies the dot product of a row with itself must be 1. This further implies the number of ones in each row must be odd. Given that orthogonal matrices form a group, it must be the case the transpose is also an orthogonal matrix. This requires every column of a binary orthogonal matrix also have an odd number of ones.
For 1 <= n <= 4 the counts are the same for the total number of binary orthogonal matrices (A003053).

Examples

			a(7) = 5040. There are 5040 7 X 7 binary orthogonal matrices where all rows have an equal number of ones.
		

Crossrefs

Cf. A003053.

Extensions

a(9)-a(10) from Martin Ehrenstein, Jun 13 2021
a(11) from Martin Ehrenstein, Jun 16 2021

A344674 a(n) is the maximum value such that there is an n X n binary orthogonal matrix with every row having at least a(n) ones.

Original entry on oeis.org

1, 1, 1, 3, 1, 5, 3, 7, 5, 9, 5, 11
Offset: 1

Author

Nathan J. Russell, May 26 2021

Keywords

Comments

The inverse of an orthogonal matrix is its transpose. This implies the dot product of a row with itself must be 1. This further implies the number of ones in each row must be odd. Given that orthogonal matrices form a group, it must be the case the transpose is also an orthogonal matrix. This requires every column of a binary orthogonal matrix also have an odd number of ones. As a result, there will always be an orthogonal matrix of size n X n having rows with n-1 number of ones if n is an even number, namely an all-ones matrix except for zeros down the main diagonal. An n X n orthogonal matrix cannot exist with n-1 ones in each row if n is odd, since n-1 is even.
a(n) = n-1 if n is even.
a(n) < n-1 if n is odd.

Examples

			There exist 10 X 10 binary orthogonal matrices such that every row has at least 9 ones, but no 10 X 10 binary orthogonal matrix exists with 10 ones in each row, so a(10) = 9.
There exist 9 X 9 binary orthogonal matrices such that every row has at least 5 ones, but no 9 X 9 binary orthogonal matrix exists with 6 or more ones in each row, so a(9) = 5.
		

Crossrefs

Cf. A003053.

Extensions

a(11)-a(12) from Martin Ehrenstein, Jun 17 2021

A323358 Number of distinct automorphism group sizes for binary self-dual codes of length 2n such that multiple same length binary self-dual codes with different weight distributions share the same automorphism group size.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 17, 55, 117, 226, 343, 535
Offset: 1

Author

Nathan J. Russell, Jan 12 2019

Keywords

Comments

Two codes are said to be permutation equivalent if permuting the columns of one code results in the other code.
If permuting the columns of a code results in the same identical code the permutation is called an automorphism.
The automorphisms of a code form a group called the automorphism group.
Some codes have automorphism groups that contain the same number of elements. There are situations, both trivial and otherwise, that codes of different lengths can have the same size automorphism groups.
Some codes have automorphism group sizes that are unique to the code for a given length.
There are instances where more than one code can share the same automorphism group size yet have different weight distributions (weight enumerator). This sequence provides the number of automorphism group sizes where this is true for a given length.

Examples

			There are a(18) = 535 automorphism group sizes for the binary self-dual codes of length 2*18 = 36 where codes having different weight distributions share the same automorphism group size.
		

Crossrefs

For self-dual codes see A028362, A003179, A106162, A028363, A106163, A269455, A120373; for automorphism groups see A322299, A322339, A323357.

A323357 Number of binary self-dual codes of length 2n (up to permutation equivalence) that have a unique automorphism group size.

Original entry on oeis.org

1, 1, 1, 2, 2, 3, 4, 7, 9, 16, 23, 42, 68, 94, 124, 159, 187, 212
Offset: 1

Author

Nathan J. Russell, Jan 12 2019

Keywords

Comments

Two codes are said to be permutation equivalent if permuting the columns of one code results in the other code.
If permuting the columns of a code results in the same identical code the permutation is called an automorphism.
The automorphisms of a code form a group called the automorphism group.
Some codes have automorphism groups that contain the same number of elements. There are situations, both trivial and otherwise, that codes of different lengths can have the same size automorphism groups.
Some codes have automorphism group sizes that are unique to the code. This sequence only compares automorphism group sizes for codes with the same length.

Examples

			There are a(18) = 212 binary self-dual codes (up to permutation equivalence) of length 2*18 = 36 that have a unique automorphism group size.
		

Crossrefs

For self-dual codes see A028362, A003179, A106162, A028363, A106163, A269455, A120373; for automorphism groups see A322299, A322339.

A322309 Largest automorphism group size for a binary self-dual code of length 2n.

Original entry on oeis.org

2, 8, 48, 1344, 3840, 46080, 645120, 10321920, 185794560, 3715891200, 81749606400, 1961990553600, 51011754393600, 1428329123020800, 42849873690624000, 1371195958099968000, 46620662575398912000
Offset: 1

Author

Nathan J. Russell, Dec 03 2018

Keywords

Comments

A code is usually represented by a generating matrix. The row space of the generating matrix is the code itself.
Self-dual codes are codes such that all codewords of the code are pairwise orthogonal to each other.
Two codes are called permutation equivalent if one code can be obtained by permuting the coordinates (columns) of the other code.
The automorphism group of a code is the set of permutations of the coordinates (columns) that result in the same identical code.
The values in the sequence are not calculated upper bounds. For each n there exists a binary self-dual code of length 2n with an automorphism group of size a(n).
Binary self-dual codes have been classified (accounted for) up to a certain length. The classification process requires the automorphism group size be known for each code. There is a mass formula to calculate the number of distinct binary self-dual codes of a given length. The automorphism group size allows researchers to calculate the number of codes that are permutationally equivalent to a code. Each new binary self-dual code C of length m that is discovered will account for m!/aut(C) codes in the total number calculated by the mass formula. Aut(C) represents the automorphism size of the code C.

Examples

			The largest automorphism group size a binary self-dual code of length 2*16=32 is a(16) = 1371195958099968000.
		

Crossrefs

Cf. Self-Dual Codes A028362, A003179, A106162, A028363, A106163.

A321946 Number of divisors for the automorphism group size having the largest number of divisors for a binary self-dual code of length 2n.

Original entry on oeis.org

2, 4, 10, 28, 36, 66, 144, 192, 340, 570, 1200, 1656, 3456, 5616, 9072, 10752, 22176
Offset: 1

Author

Nathan J. Russell, Dec 12 2018

Keywords

Comments

A code is usually represented by a generating matrix. The row space of the generating matrix is the code itself.
Self-dual codes are codes such all codewords are pairwise orthogonal to each other.
Two codes are called permutation equivalent if one code can be obtained by permuting the coordinates (columns) of the other code.
The automorphism group of a code is the set of permutations of the coordinates (columns) that result in the same identical code.
The values in the sequence are not calculated lower bounds. For each n there exists a binary self-dual code of length 2n with an automorphism group of size a(n).
Binary self-dual codes have been classified (accounted for) up to a certain length. The classification process requires the automorphism group size be known for each code. There is a mass formula to calculate the number of distinct binary self-dual codes of a given length. Sequence A028362gives this count. The automorphism group size allows researchers to calculate the number of codes that are permutationally equivalent to a code. Each new binary self-dual code C of length m that is discovered will account for m!/aut(C) codes in the total number calculated by the mass formula. Aut(C) represents the automorphism size of the code C. Sequence A003179 gives number of binary self-dual codes up to permutation equivalence.
The values in the sequence are not calculated by a formula or algorithm. They are the result of calculating the number of divisors for every automorphism group of every binary self-dual code.
The number of divisors a(n) does count 1 and the number itself.
In general the automorphism group size with the largest number of divisors is not unique.
In general the automorphism group size with the largest number of divisors is not the largest group automorphism group size for a given binary self-dual code length.

Examples

			There is one binary self-dual code of length 2*14=28 having an automorphism group size of 1428329123020800.  This number has a(14) = 5616 divisors (including 1 and 1428329123020800).  The automorphism size of 1428329123020800 represents the automorphism size with the largest number of divisors for a binary self-dual code of length 2*14=28.
		

Crossrefs

Cf. Self-Dual Codes A028362, A003179, A106162, A028363, A106163, A269455, A120373.
Cf. Self-Dual Code Automorphism Groups A322299, A322339.

A321945 Number of binary self-dual codes of length 2n having an automorphism group size that is a prime power.

Original entry on oeis.org

1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 66, 738, 10760
Offset: 1

Author

Nathan J. Russell, Dec 12 2018

Keywords

Comments

Codes are vector spaces with a metric defined on them. Specifically, the metric is the hamming distance between two vectors. Vectors of a code are called codewords.
A code is usually represented by a generating matrix. The row space of the generating matrix is the code itself.
Self-dual codes are codes such all codewords are pairwise orthogonal to each other.
Two codes are called permutation equivalent if one code can be obtained by permuting the coordinates (columns) of the other code.
The automorphism group of a code is the set of permutations of the coordinates (columns) that result in the same identical code.
There are codes with a trivial automorphism group of size 1. This sequence does not count those codes.

Examples

			There are a(17)=10760 binary self-dual codes of length 2*17=34 having an automorphism group size that is a prime power.
		

Crossrefs

A322429 Number of decomposable binary self-dual codes of length 2n (up to permutation equivalence).

Original entry on oeis.org

0, 1, 1, 1, 2, 2, 3, 5, 7, 10, 17, 29, 58, 113, 274, 772, 3361
Offset: 1

Author

Nathan J. Russell, Dec 07 2018

Keywords

Comments

Every binary self-dual code is either indecomposable or decomposable. A decomposable binary self-dual code is the direct sum of a set of indecomposable binary self-dual codes of smaller length.

Examples

			There are A003179(17) = 24147 binary self-dual codes of length 2*17 = 34 up to permutation equivalence.  There are A003178(17) = 2523 binary self-dual codes of length 2*17 = 34 that are indecomposable.  This means that there are A003179(17) - A003178(17) = a(17) = 3361 binary self-dual codes of length 2*17=34 that are decomposable.
		

Crossrefs

Formula

a(n) = A003179(n) - A003178(n).

A322339 Smallest automorphism group size for a binary self-dual code of length 2n.

Original entry on oeis.org

2, 8, 48, 384, 2688, 10752, 46080, 73728, 82944, 82944, 36864, 12288, 3072, 384, 30, 2, 1
Offset: 1

Author

Nathan J. Russell, Dec 04 2018

Keywords

Comments

A code is usually represented by a generating matrix. The row space of the generating matrix is the code itself.
Self-dual codes are codes such all codewords are pairwise orthogonal to each other.
Two codes are called permutation equivalent if one code can be obtained by permuting the coordinates (columns) of the other code.
The automorphism group of a code is the set of permutations of the coordinates (columns) that result in the same identical code.
The values in the sequence are not calculated lower bounds. For each n there exists a binary self-dual code of length 2n with an automorphism group of size a(n).
Binary self-dual codes have been classified (accounted for) up to a certain length. The classification process requires the automorphism group size be known for each code. There is a mass formula to calculate the number of distinct binary self-dual codes of a given length. Sequence A028362 gives this count. The automorphism group size allows researchers to calculate the number of codes that are permutationally equivalent to a code. Each new binary self-dual code C of length m that is discovered will account for m!/aut(C) codes in the total number calculated by the mass formula. Aut(C) represents the automorphism size of the code C. Sequence A003179 gives number of binary self-dual codes up to permutation equivalence.
There is a notable open problem in coding theory regarding binary self-dual codes. Does there exist a type II binary self-dual code of length 72 with minimum weight 16? The founder of OEIS N. J. A. Sloane posed the question in 1973. The question has been posed in several coding theory textbooks since 1973. There are even some rewards regarding the existence and nonexistence of the code. Some of the major work involved with researching the existence of the code has involved calculating possibilities for the automorphism group of the (72, 36, 16) type II binary self-dual code. The weight distribution for the code is listed as the finite sequence A120373. The current research demonstrates that the size of the automorphism group for this code is relatively small, perhaps even trivial with size 1. This sequence shows that as the length of a binary self-dual code grows the minimum size of the automorphism group grows up to a point, namely length 18. It would appear that a binary self-dual code of length 72 would no chance at having a small automorphism group size. However, after length 18 the minimum possible automorphism size stops increasing and starts declining all the way down to trivial a(17) = 1 for length 2*17=34. This demonstrates that a trivial or small sized automorphism group does not rule out the existence of the unknown type II (72, 36, 16) code.

Examples

			The smallest automorphism group size a binary self-dual code of length 2*16 = 32 is a(16) = 2.
		

References

  • N.J.A. Sloane, Is there a (72,36) d=16 self-dual code, IEEE Trans. Inform. Theory, 19 (1973), 251.

Crossrefs

Cf. Self-Dual Codes A028362, A003179, A106162, A028363, A106163, A269455, A120373.
Cf. Self-Dual Code Automorphism Groups A322299.

A322299 Number of distinct automorphism group sizes for binary self-dual codes of length 2n.

Original entry on oeis.org

1, 1, 1, 2, 2, 3, 4, 7, 9, 16, 24, 48, 85, 149, 245, 388
Offset: 1

Author

Nathan J. Russell, Dec 02 2018

Keywords

Comments

Codes are vector spaces with a metric defined on them. Specifically, the metric is the hamming distance between two vectors. Vectors of a code are called codewords.
A code is usually represented by a generating matrix. The row space of the generating matrix is the code itself.
Self-dual codes are codes such all codewords are pairwise orthogonal to each other.
Two codes are called permutation equivalent if one code can be obtained by permuting the coordinates (columns) of the other code.
The automorphism group of a code is the set of permutations of the coordinates (columns) that result in the same identical code.

Examples

			There are a(16) = 388 distinct sizes for the automorphism groups of the binary self-dual codes of length 16.  In general, two automorphism  groups with the same size are not necessarily isomorphic.
		

Crossrefs

Cf. self-dual codes A028362, A003179, A106162, A028363, A106163.