login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080005 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,1}. 0
1, 1, 1, 2, 4, 7, 11, 19, 35, 62, 107, 186, 328, 578, 1012, 1771, 3107, 5455, 9568, 16774, 29417, 51603, 90513, 158741, 278404, 488301, 856448, 1502116, 2634532, 4620700, 8104269, 14214069, 24929981, 43724610, 76688540, 134503903, 235906039 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
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.
K. Edwards, M. A. Allen, Strongly restricted permutations and tiling with fences, Discrete Applied Mathematics, Volume 187, 31 May 2015, Pages 82-90.
FORMULA
a(n) = a(n-1) + a(n-2) + a(n-4) + a(n-5) - 2*a(n-6) + a(n-8) - a(n-10), n>9.
G.f.: -(x^5+x^2-1)/(x^10-x^8+2*x^6-x^5-x^4-x^2-x+1).
MATHEMATICA
CoefficientList[Series[-(x^5 + x^2 - 1)/(x^10 - x^8 + 2*x^6 - x^5 - x^4 - x^2 - x + 1), {x, 0, 50}], x] (* Wesley Ivan Hurt, Jan 02 2017 *)
CROSSREFS
Sequence in context: A000802 A236392 A200377 * A364590 A151992 A242362
KEYWORD
nonn
AUTHOR
Vladimir Baltic, Feb 10 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)