login
A091929
Expansion of (1-6*x)/(1-6*x-11*x^2).
1
1, 0, 11, 66, 517, 3828, 28655, 214038, 1599433, 11951016, 89299859, 667260330, 4985860429, 37255026204, 278374621943, 2080053019902, 15542438960785, 116135216983632, 867778130470427, 6484156169642514, 48450496453029781, 362028696584246340, 2705127640488805631
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
Steven Roman, Introduction to Coding and Information Theory, Springer-Verlag, 1996, p. 224.
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).
E.g.f.: exp(3*x) * (cosh(2*sqrt(5)*x) - (3/(2*sqrt(5)))*sinh(2*sqrt(5)*x)). - Amiram Eldar, Feb 20 2026
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
Sequence in context: A210392 A316110 A030115 * A345036 A382998 A244304
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 16 2004
STATUS
approved