OFFSET
1,1
REFERENCES
Mario Velucchi "Seeing couples" in Recreational and Educational Computing, to appear 1997.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..437
Index entries for linear recurrences with constant coefficients, signature (209,-2926,2926,-209,1).
FORMULA
From R. J. Mathar, Apr 15 2010: (Start)
a(n) = +209*a(n-1) -2926*a(n-2) +2926*a(n-3) -209*a(n-4) +a(n-5).
G.f.: -12*x*(1-44*x+11*x^2)/ ((x-1) * (x^2-14*x+1) * (x^2-194*x+1)). (End)
MAPLE
A011922 := proc(n) (2+sqrt(1+((((2+sqrt(3))^(2*n)-(2-sqrt(3))^(2*n))^2)/4)))/3 ; expand(%) ; simplify(%) ; end proc:
seq(A011920(n), n=1..20) ; # R. J. Mathar, Apr 15 2010
MATHEMATICA
LinearRecurrence[{209, -2926, 2926, -209, 1}, {12, 1980, 378840, 73419192, 14241916260}, 20] (* Harvey P. Dale, Jan 01 2021 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mario Velucchi (mathchess(AT)velucchi.it)
EXTENSIONS
More terms from R. J. Mathar, Apr 15 2010
STATUS
approved
