OFFSET
1,4
COMMENTS
Same as number of degree-n irreducible polynomials over GF(4) with trace 1 and subtrace b. Same as number of degree-n irreducible polynomials over GF(4) with trace a and subtrace 1. Same as number of degree-n irreducible polynomials over GF(4) with trace a and subtrace a. Same as number of degree-n irreducible polynomials over GF(4) with trace b and subtrace 1. Same as number of degree-n irreducible polynomials over GF(4) with trace b and subtrace b.
LINKS
E. N. Kuz'min, Irreducible polynomials over a finite field and an analogue of Gauss sums over a field of characteristic 2, Siberian Mathematical Journal, 32, 982-989 (1991).
Frank Ruskey, Number of irreducible polynomials over GF(4) with given trace and subtrace, The Combinatorial Object Server.
MATHEMATICA
q = 4;
ddpx[n_] := q^(n-2) + q^Quotient[n-2, 2] {-1, 1, -1, 0}[[Mod[n, 4, 1]]];
h1x[n_] := 1/n Sum[MoebiusMu[d] ddpx[n/d], {d, Select[Divisors[n], OddQ]}];
Table[h1x[n], {n, 30}]
(* Andrey Zabolotskiy, Dec 17 2020 *)
CROSSREFS
KEYWORD
nice,nonn
AUTHOR
Frank Ruskey and Nate Kube, Aug 26 2002
EXTENSIONS
More terms from Ruskey's website added by Joerg Arndt, Jan 16 2011
Terms a(17) and beyond from Andrey Zabolotskiy, Dec 17 2020
STATUS
approved