cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A091929 Expansion of (1-6x)/(1-6x-11x^2).

Original entry on oeis.org

1, 0, 11, 66, 517, 3828, 28655, 214038, 1599433, 11951016, 89299859, 667260330, 4985860429, 37255026204, 278374621943, 2080053019902, 15542438960785, 116135216983632, 867778130470427, 6484156169642514, 48450496453029781
Offset: 0

Views

Author

Paul Barry, Feb 16 2004

Keywords

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

Crossrefs

Programs

  • 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 *)

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).
Showing 1-1 of 1 results.