login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069007 Let M denote the 6 X 6 matrix with rows /1,1,1,1,1,1/1,1,1,1,1,0/1,1,1,1,0,0/1,1,1,0,0,0/1,1,0,0,0,0/1,0,0,0,0,0/ and A(n) the vector (x(n),y(n),z(n),t(n),u(n),v(n)) = M^n*A where A is the vector (1,1,1,1,1,1); then a(n) = y(n). 6
1, 5, 20, 85, 350, 1456, 6034, 25038, 103849, 430794, 1786960, 7412548, 30748055, 127546530, 529077571, 2194674687, 9103762600, 37763453591, 156647144355, 649790354877, 2695405055655, 11180849888139, 46379450073255 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (x^3+x^2-2*x-1) / (x^6+x^5-5*x^4-4*x^3+6*x^2+3*x-1). [Colin Barker, Dec 13 2012]
MAPLE
a:= n->(Matrix(6, (i, j)->`if`(i+j>7, 0, 1))^n.<<[1$6][]>>)[2, 1]:
seq(a(n), n=0..30); # Alois P. Heinz, Jun 18 2013
MATHEMATICA
m = Table[ If[i + j <= 7, 1, 0], {i, 1, 6}, {j, 1, 6}]; mp[n_] := MatrixPower[m, n].m[[1]]; a[n_] := mp[n][[2]]; Table[a[n], {n, 0, 22}] (* Jean-François Alcover, Jun 18 2013 *)
CROSSREFS
Cf. A006359, A069007, A069008, A069009, A070778, A006359 (offset), for x(n), y(n), z(n), t(n), u(n), v(n).
Sequence in context: A002213 A099949 A006231 * A126987 A152185 A152187
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 02 2002
EXTENSIONS
Edited by Henry Bottomley, May 06 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 6 21:30 EDT 2024. Contains 372297 sequences. (Running on oeis4.)