OFFSET
1,2
COMMENTS
Previous name was: Sequence generated by incidence matrix of the Fano plane, PG(2,2).
a(n)/a(n-1) tends to 3.
LINKS
Eric Weisstein's World of Mathematics, Projective Plane.
FORMULA
Let X = the 7x7 incidence matrix of the Fano plane PG(2,2): [1,1,1,0,0,0,0; 1,0,0,1,1,0,0; 1,0,0,0,0,1,1; 0,1,0,1,0,1,0; 0,1,0,0,1,0,1; 0,0,1,1,0,0,1; 0,0,1,0,1,1,0]. a(n) = the upper left term in X^n.
From Colin Barker, Jan 26 2012: (Start)
a(n) = 3*a(n-1)+2*a(n-2)-6*a(n-3).
G.f.: x*(1-6*x^2)/(1-3*x-2*x^2+6*x^3). (End)
a(n) ~ 3^n / 7. - Vaclav Kotesovec, Aug 21 2025
PROG
(PARI) a(n) = ([1, 1, 1, 0, 0, 0, 0; 1, 0, 0, 1, 1, 0, 0; 1, 0, 0, 0, 0, 1, 1; 0, 1, 0, 1, 0, 1, 0; 0, 1, 0, 0, 1, 0, 1; 0, 0, 1, 1, 0, 0, 1; 0, 0, 1, 0, 1, 1, 0]^n)[1, 1]; \\ Michel Marcus, Aug 21 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Feb 28 2008
EXTENSIONS
More terms from Michel Marcus, Aug 21 2025
New name using existing formula from Joerg Arndt, Aug 21 2025
STATUS
approved
