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.

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

This page as a plain text file.
%I A091929 #11 Sep 08 2019 01:26:31
%S A091929 1,0,11,66,517,3828,28655,214038,1599433,11951016,89299859,667260330,
%T A091929 4985860429,37255026204,278374621943,2080053019902,15542438960785,
%U A091929 116135216983632,867778130470427,6484156169642514,48450496453029781
%N A091929 Expansion of (1-6x)/(1-6x-11x^2).
%C A091929 Let the generating matrix of the Golay G_24 code be [I|A]. Then a(n)=(A^n)_1,1.
%D A091929 S. Roman, Introduction to Coding and Information Theory, Springer-Verlag, 1996, p. 224
%H A091929 Harvey P. Dale, <a href="/A091929/b091929.txt">Table of n, a(n) for n = 0..1000</a>
%H A091929 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (6,11).
%F A091929 a(n) = (1/2 - 3*sqrt(5)/20)*(3 + 2*sqrt(5))^n + (3 - 2*sqrt(5))^n*(1/2 + 3*sqrt(5)/20).
%t A091929 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 *)
%Y A091929 Cf. A091927, A015553.
%K A091929 easy,nonn
%O A091929 0,3
%A A091929 _Paul Barry_, Feb 16 2004