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.

Previous Showing 11-20 of 23 results. Next

A199005 Number of inequivalent cocyclic Hadamard matrices of order 4n.

Original entry on oeis.org

1, 1, 1, 5, 3, 16, 6, 100, 35
Offset: 1

Views

Author

N. J. A. Sloane, Nov 01 2011

Keywords

References

  • P. O'Cathain and M. Roeder, The Cocyclic Hadamard matrices of order less than 40, Des. Codes Cryptogr. 58 (1) (2011) 73-88.

Crossrefs

A199007 Related to number of cocyclic Hadamard matrices of order 4n.

Original entry on oeis.org

192, 21504, 190080, 10838016, 16440, 790224, 64488
Offset: 1

Views

Author

N. J. A. Sloane, Nov 01 2011

Keywords

Crossrefs

A206711 Total number of distinct Hadamard matrices of order 4n.

Original entry on oeis.org

768, 4954521600, 20251509535014912000, 88526812916367202104587059200000, 3776127947893930552689423154306445475840000000, 92624181047745713568610317051197596401168530978226831360000000, 886156947284057553944669848348035536068124589065755283423684984832000000000000
Offset: 1

Views

Author

Brendan McKay, Feb 11 2012 (entered by N. J. A. Sloane)

Keywords

Comments

This is the total number of distinct Hadamard matrices of order 4n, ignoring all equivalences.

Crossrefs

Formula

a(n) = A048615(n)/A048616(n) * (2^n * n!)^2.
a(n) = A206712(4n).

A111368 The number of maximal determinant {-1,1} matrices of order n.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 5, 3, 3, 3, 3, 7
Offset: 1

Views

Author

William P. Orrick, Nov 08 2005

Keywords

Comments

The number of inequivalent maximal determinant {-1,1} matrices of order n where two matrices are considered equivalent if one can be obtained from the other by permuting rows, permuting columns and multiplying rows or columns by -1. Additional terms: a(24)=60, a(25)=78, a(28)=487. The terms a(4n) are given in sequence A007299.

Crossrefs

Extensions

Added a(19)-a(21) and Brent et al. reference.
Edited by William P. Orrick, Dec 20 2011

A136724 Numbers divisible by 4 that are not powers of 2.

Original entry on oeis.org

12, 20, 24, 28, 36, 40, 44, 48, 52, 56, 60, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 132, 136, 140, 144, 148, 152, 156, 160, 164, 168, 172, 176, 180, 184, 188, 192, 196, 200, 204, 208, 212, 216, 220, 224, 228, 232, 236, 240, 244, 248
Offset: 1

Views

Author

Artur Jasinski, Jan 19 2008

Keywords

Comments

Primitive dimensions of Hadamard matrices which cannot be obtained as tensor powers of the primitive matrix 2 X 2 {{1,1},{1,-1}}.
5+7=12=2+4+6, 9+11=20=2+4+6+8,.. Numbers that can be expressed as sum of two or more positive consecutive odd numbers AND as sums of two or more positive consecutive even numbers. - Vladimir Joseph Stephan Orlovsky, May 11 2010
Numbers in A008586 but not in A000079. - Michel Marcus, Nov 07 2013
Nicomachus called these numbers "odd-times even". - Eric M. Schmidt, Mar 30 2019

Crossrefs

Programs

  • Mathematica
    a = {}; Do[k = 4n; If[Round[Log[k]/Log[2]] == Log[k]/Log[2],[null], AppendTo[a, k]], {n, 1, 100}]; a
    Select[Range[62]*4,!IntegerQ[Log2[#]]&] (* James C. McMahon, Jun 01 2025 *)

A199006 Related to number of Hadamard matrices of order 4n.

Original entry on oeis.org

192, 21504, 190080, 10838016, 16440, 823616, 74306
Offset: 1

Views

Author

N. J. A. Sloane, Nov 01 2011

Keywords

Comments

It seems that Álvarez et al. calculate these numbers by summing the orders of Aut(H) over inequivalent Hadamard matrices H. If so, a(8) = 20643963716 from Kharaghani and Tayfeh-Rezaie's Table 3. - Andrei Zabolotskii, Jul 08 2025

Crossrefs

A206712 Total number of distinct Hadamard matrices of order n.

Original entry on oeis.org

2, 8, 0, 768, 0, 0, 0, 4954521600, 0, 0, 0, 20251509535014912000, 0, 0, 0, 88526812916367202104587059200000, 0, 0, 0, 3776127947893930552689423154306445475840000000, 0, 0, 0, 92624181047745713568610317051197596401168530978226831360000000, 0, 0, 0, 886156947284057553944669848348035536068124589065755283423684984832000000000000, 0, 0, 0
Offset: 1

Views

Author

Brendan McKay, Feb 11 2012 (entered by N. J. A. Sloane)

Keywords

Comments

a(n) is the total number of distinct Hadamard matrices of order n, ignoring all equivalences.

Crossrefs

Formula

a(4n) = A206711(n) = A048615(n)/A048616(n) * (2^n * n!)^2.
For n>1, a(4n+1) = a(4n+2) = a(4n+3) = 0.

A352099 Number of inequivalent {-1,1} matrices of order n, up to permutation of rows and/or columns and multiplication of rows and/or columns by -1.

Original entry on oeis.org

1, 2, 3, 12, 39, 388, 8102, 656108, 199727714, 224693292768, 893966897828288, 12397352268917562436, 598097093939369977901540, 100707091308314174859433507948, 59497535893138933753768955970555554, 124081719421265185713331815803874814236572, 919072633264334061873768956083917736204779032768
Offset: 1

Views

Author

Nathaniel Johnston, May 05 2022

Keywords

Comments

The equivalence operations described in the title are commonly used when discussing Hadamard matrices, for example (see A007299). See A353052 for the version of this sequence that also considers transposition as part of the equivalence relation.
Since the row and column multiplication operations can be used to force the first row and column to consist only of ones, 2^((n-1)^2) is an upper bound on this sequence. A lower bound is 2^((n-1)^2) / (n!)^2.

Crossrefs

Extensions

a(8) onwards from Eugene Nonko, Nov 30 2024

A206704 Number of Hadamard matrices of order 4n that are equivalent to their transpose.

Original entry on oeis.org

1, 1, 1, 3, 3, 12, 101, 3993
Offset: 1

Views

Author

Brendan McKay, Feb 11 2012

Keywords

Comments

Number of equivalence classes under row/column permutation and negation that contain the transpose.

Crossrefs

Formula

a(n) = 2*A096201(n) - A007299(n).

A206705 Number of Hadamard matrices of order n that are equivalent to their transpose.

Original entry on oeis.org

1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0, 12, 0, 0, 0, 101, 0, 0, 0, 3993, 0, 0, 0
Offset: 1

Views

Author

Brendan McKay, Feb 11 2012

Keywords

Comments

Number of equivalence classes under row/column permutation and negation that contain the transpose.

Crossrefs

Previous Showing 11-20 of 23 results. Next