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
From Vincenzo Librandi, Dec 24 2010: (Start)
a(n) = 13*n.
a(n) = 2*a(n-1) - a(n-2).
G.f.: 13*x/(x-1)^2. (End)
From Elmo R. Oliveira, Apr 08 2025: (Start)
E.g.f.: 13*x*exp(x).
a(n) = A252994(n)/2. (End)
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
