OFFSET
0,2
COMMENTS
In general, the sum of two Horadam sequences having signatures of (a,b) and (c,d) will be a fourth-order sequence with signature (a+c,d-a*c+b,-a*d-b*c,-b*d). - Gary Detlefs, Oct 13 2020
REFERENCES
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
T. D. Noe, Table of n, a(n) for n = 0..501
Simon Plouffe, Approximations de séries génératrices et quelques conjectures, Dissertation, Université du Québec à Montréal, 1992; arXiv:0911.4975 [math.NT], 2009.
Simon Plouffe, 1031 Generating Functions, Appendix to Thesis, Montreal, 1992
Eric Weisstein's World of Mathematics, Horadam Sequence.
Index entries for linear recurrences with constant coefficients, signature (3,0,-3,-1).
MAPLE
gfpell := x/(1-2*x-x^2): gffib := x/(1-x-x^2): s := series(gfpell+gffib, x, 100): for i from 1 to 60 do printf(`%d, `, coeff(s, x, i)) od:
A001932:=-(z+2)*(2*z-1)/(z**2+z-1)/(z**2+2*z-1); # Conjectured (correctly) by Simon Plouffe in his 1992 dissertation
with (combinat):seq(sum((fibonacci(n, m)), m=1..2), n=1..30); # Zerinvary Lajos, Jun 19 2008
MATHEMATICA
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from James A. Sellers, Apr 06 2001
STATUS
approved