OFFSET
0,3
COMMENTS
Let the generating matrix of the Golay G_24 code be [I|A]. Then a(n)=(A^n)_1,1.
REFERENCES
S. Roman, Introduction to Coding and Information Theory, Springer-Verlag, 1996, p. 224
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (6,11).
FORMULA
a(n) = (1/2 - 3*sqrt(5)/20)*(3 + 2*sqrt(5))^n + (3 - 2*sqrt(5))^n*(1/2 + 3*sqrt(5)/20).
MATHEMATICA
CoefficientList[Series[(1-6x)/(1-6x-11x^2), {x, 0, 30}], x] (* or *) LinearRecurrence[{6, 11}, {1, 0}, 30] (* Harvey P. Dale, Apr 25 2018 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 16 2004
STATUS
approved