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.

A266462 The number of conjugacy classes of invertible n X n matrices over GF(2) which are squares of other such matrices.

Original entry on oeis.org

1, 1, 2, 5, 10, 20, 41, 82, 166, 334, 667, 1336, 2682, 5360, 10724, 21467, 42936, 85876, 171786, 343574, 687184, 1374427, 2748852, 5497766, 10995706, 21991402, 43982908, 87966150, 175932383, 351864964, 703730584, 1407461288, 2814923196, 5629847656, 11259695532
Offset: 0

Views

Author

Victor S. Miller, Dec 29 2015

Keywords

Comments

It follows from the form of the generating function that a(n) is asymptotic to alpha*2^n where alpha = Product_{m>=1} (1-(1/16)^m)*(1-2*(1/4)^m)/((1-2*(1/16)^m)*(1-(1/4)^m)). [corrected by Jason Yuen, May 19 2025]

Crossrefs

Cf. A006950.

Programs

  • Mathematica
    terms = 35; CoefficientList[Product[(1-2x^(2n))(1-x^(2n))/((1-2x^n) (1-2x^(4n))(1+x^(2n-1))), {n, 1, terms}] + O[x]^terms, x] (* Jean-François Alcover, Aug 06 2018 *)

Formula

G.f.: Product_{n>=1} (1-2*x^(2*n))*(1-x^(2*n))/((1-2*x^n)*(1-2*x^(4*n))*(1+x^(2*n-1))).

Extensions

More terms from Alois P. Heinz, Dec 29 2015