login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A069005
Let M = 4 X 4 matrix with rows /1,1,1,1/1,1,1,0/1,1,0,0/1,0,0,0/ and A(n) = vector (x(n),y(n),z(n),t(n)) = M^n*A where A is the vector (1,1,1,1); then a(n)=z(n).
0
1, 7, 19, 56, 160, 462, 1329, 3828, 11021, 31735, 91376, 263108, 757588, 2181389, 6281058, 18085587, 52075371, 149945056, 431749580, 1243173370, 3579575053, 10306975580, 29677753369, 85453685055, 246054079584, 708484485384
OFFSET
1,2
COMMENTS
a(n) = A091024(n+1) for n > 1. - Georg Fischer, Oct 19 2018
FORMULA
G.f.: x*(-x^4-2*x^3+2*x^2+5*x+1)/((1+x)*(1-3*x+x^3)). [Corrected by Georg Fischer, May 24 2019]
MATHEMATICA
CoefficientList[Series[x (-x^4 - 2 x^3 + 2 x^2 + 5 x + 1)/((1 + x) (1 - 3 x + x^3)), {x, 0, 40}], x] (* Georg Fischer, May 24 2019 *)
CROSSREFS
Sequence in context: A072630 A002714 A126361 * A000413 A263335 A155335
KEYWORD
nonn,easy
AUTHOR
Benoit Cloitre, Apr 02 2002
STATUS
approved