OFFSET
1,3
COMMENTS
C_i = {i, 2i, 4i, ... } reduced mod e.
REFERENCES
F. J. MacWilliams and N. J. A. Sloane, The Theory of Error-Correcting Codes, North-Holland/Elsevier, 1977; see p. 104 for definition of cyclotomic coset.
LINKS
N. J. A. Sloane, Table of n, a(n) for n = 1..1000
N. J. A. Sloane, Fortran program for this sequence
EXAMPLE
Let n=7, e=15: the cyclotomic cosets of 2 mod 15 are
C_0 := {0}
C_1 := {1 2 4 8}
C_3 := {3 6 12 9}
C_5 := {5 10}
C_7 := {-1 -2 -4 -8} == {14 13 11 7}
and to get an element of C_7 we must add three elements of C_1;
this is the worst case, so a(7) = 3.
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 15 2008
STATUS
approved