OFFSET
0,3
COMMENTS
Let the generating matrix of the Golay G_12 code be [I|B]. Then a(n) = (B^n)_1,1.
LINKS
FORMULA
a(n) = 5*(sqrt(14)*(3+sqrt(14))^(n-1)/28 - sqrt(14)*(3-sqrt(14))^(n-1)/28).
E.g.f.: exp(3*x) * (cosh(sqrt(14)*x) - (3/sqrt(14))*sinh(sqrt(14)*x)). - Amiram Eldar, Feb 20 2026
MATHEMATICA
CoefficientList[Series[(1-6x)/(1-6x-5x^2), {x, 0, 30}], x] (* or *) LinearRecurrence[{6, 5}, {1, 0}, 30] (* Harvey P. Dale, Aug 11 2019 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 13 2004
STATUS
approved
