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!)
A079965 Number of permutations satisfying -k<=p(i)-i<=r and p(i)-i not in I, i=1..n, with k=1, r=5, I={0,3}. 0
1, 0, 1, 1, 1, 3, 3, 5, 8, 10, 17, 24, 35, 54, 77, 116, 172, 252, 377, 555, 822, 1220, 1801, 2671, 3953, 5849, 8666, 12823, 18987, 28113, 41612, 61615, 91214, 135037, 199929, 295976, 438193, 648734, 960420, 1421893, 2105059, 3116482, 4613879, 6830695 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Number of compositions (ordered partitions) of n into elements of the set {2,3,5,6}.
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.
FORMULA
a(n) = a(n-2)+a(n-3)+a(n-5)+a(n-6).
G.f.: -1/(x^6+x^5+x^3+x^2-1).
MATHEMATICA
LinearRecurrence[{0, 1, 1, 0, 1, 1}, {1, 0, 1, 1, 1, 3}, 50] (* Harvey P. Dale, Jul 10 2017 *)
CROSSREFS
Sequence in context: A327731 A193744 A039872 * A285069 A262736 A318684
KEYWORD
nonn,easy,changed
AUTHOR
Vladimir Baltic, Feb 19 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 18 18:44 EDT 2024. Contains 371781 sequences. (Running on oeis4.)