OFFSET
0,2
COMMENTS
Complement of A113763. - Reinhard Zumkeller, Apr 26 2011
LINKS
Ivan Panchenko, Table of n, a(n) for n = 0..200
Tanya Khovanova, Recursive Sequences
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 325
Luis Manuel Rivera, Integer sequences and k-commuting permutations, arXiv preprint arXiv:1406.3081 [math.CO], 2014.
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
(floor(a(n)/10) + 4*(a(n) mod 10)) == 0 modulo 13, see A076310. - Reinhard Zumkeller, Oct 06 2002
a(n) = 13*n = 2*a(n-1) - a(n-2). G.f.: 13x/(x-1)^2. - Vincenzo Librandi, Dec 24 2010
MAPLE
MATHEMATICA
Range[0, 1000, 13] (* Vladimir Joseph Stephan Orlovsky, May 29 2011 *)
PROG
(PARI) a(n)=13*n \\ Charles R Greathouse IV, Jul 10 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved