cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A080010 Number of permutations satisfying -k<=p(i)-i<=r and p(i)-i not in I, i=1..n, with k=2, r=3, I={1}.

Original entry on oeis.org

1, 1, 1, 3, 9, 19, 38, 84, 193, 430, 940, 2074, 4609, 10223, 22611, 50022, 110780, 245348, 543189, 1202511, 2662417, 5894961, 13051820, 28897016, 63979205, 141653762, 313629217, 694390210, 1537413824, 3403913006, 7536438344
Offset: 0

Views

Author

Vladimir Baltic, Feb 10 2003

Keywords

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.

Crossrefs

Formula

Recurrence: a(n) = a(n-1)+a(n-2)+2*a(n-3)+3*a(n-4)+3*a(n-5)-2*a(n-6)-a(n-7)-a(n-10).
G.f.: -(x^5+x^3+x^2-1)/(x^10+x^7+2*x^6-3*x^5-3*x^4-2*x^3-x^2-x+1).