OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..899
Alex Fink, Richard K. Guy, and Mark Krusemeyer, Partitions with parts occurring at most thrice, Contributions to Discrete Mathematics, Vol 3, No 2 (2008), pp. 76-114. See Section 13.
Andersen, K., Carbone, L. and Penta, D., Kac-Moody Fibonacci sequences, hyperbolic golden ratios, and real quadratic fields, Journal of Number Theory and Combinatorics, Vol 2, No. 3 pp 245-278, 2011. See Section 9.
Index entries for linear recurrences with constant coefficients, signature (13, -1).
FORMULA
a(n) = 13*a(n-1) - a(n-2); a(0)=1, a(1)=14.
G.f.: (x+1)/(x^2-13*x+1). - Harvey P. Dale, Mar 28 2013
MATHEMATICA
LinearRecurrence[{13, -1}, {1, 14}, 30] (* Harvey P. Dale, Mar 28 2013 *)
PROG
(Sage) [(lucas_number2(n, 13, 1)-lucas_number2(n-1, 13, 1))/11 for n in range(1, 16)] # Zerinvary Lajos, Nov 10 2009
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Diego A. Penta (diego(AT)alum.mit.edu), Mar 15 2007
EXTENSIONS
Corrected and extended by Harvey P. Dale, Mar 28 2013
STATUS
approved