OFFSET
0,10
REFERENCES
D. H. Lehmer, Permutations with strongly restricted displacements. Combinatorial theory and its applications, II (Proc. Colloq., Balatonfured, 1969), pp. 755-770. North-Holland, Amsterdam, 1970.
LINKS
Vladimir Baltic, On the number of certain types of strongly restricted permutations, Applicable Analysis and Discrete Mathematics Vol. 4, No 1 (2010), 119-135
Index entries for linear recurrences with constant coefficients, signature (0,1,0,1,2,-1,-1,0,0,-1).
FORMULA
Recurrence: a(n) = a(n-2)+a(n-4)+2*a(n-5)-a(n-6)-a(n-7)-a(n-10).
G.f.: (1-x^2-x^5)/(x^10+x^7+x^6-2*x^5-x^4-x^2+1).
MATHEMATICA
LinearRecurrence[{0, 1, 0, 1, 2, -1, -1, 0, 0, -1}, {1, 0, 0, 0, 1, 1, 0, 0, 1, 3}, 60] (* Harvey P. Dale, Dec 14 2011 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Vladimir Baltic, Feb 10 2003
STATUS
approved