OFFSET
0,1
COMMENTS
Pisano period lengths: 1, 1, 3, 1, 24, 3, 48, 1, 9, 24, 10, 3, 12, 48, 24, 1,144, 9,180, 24,,.. - R. J. Mathar, Aug 10 2012
Inverse binomial transform of A001353 without its first two terms, and downshift. - Richard R. Forberg, Aug 24 2013
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Martin Burtscher, Igor Szczyrba, and Rafał Szczyrba, Analytic Representations of the n-anacci Constants and Generalizations Thereof, Journal of Integer Sequences, Vol. 18 (2015), Article 15.4.5.
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (2,2).
FORMULA
G.f.: (4+3*x)/(1-2*x-2*x^2). [Philippe Deléham, Nov 19 2008]
MATHEMATICA
LinearRecurrence[{2, 2}, {4, 11}, 30] (* Harvey P. Dale, Oct 25 2011 *)
PROG
(Magma) I:=[4, 11]; [n le 2 select I[n] else 2*Self(n-1)+2*Self(n-2): n in [1..30]]; // Vincenzo Librandi, Oct 26 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved