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.

A080001 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,0,2}.

This page as a plain text file.
%I A080001 #10 Jul 29 2024 10:44:14
%S A080001 1,0,0,1,1,1,1,2,4,3,4,8,10,13,16,24,36,43,59,85,115,156,207,289,401,
%T A080001 533,729,1002,1368,1864,2526,3465,4740,6436,8785,11995,16375,22331,
%U A080001 30420,41550,56705,77296,105456,143874,196321,267792,365216,498356
%N A080001 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,0,2}.
%D A080001 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.
%H A080001 Vladimir Baltic, <a href="http://pefmath.etf.rs/vol4num1/AADM-Vol4-No1-119-135.pdf">On the number of certain types of strongly restricted permutations</a>, Applicable Analysis and Discrete Mathematics Vol. 4, No 1 (April, 2010), 119-135
%H A080001 <a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 1, 1, 2, 0, 0, 0, -1, -1).
%F A080001 Recurrence: a(n) = a(n-3)+a(n-4)+2*a(n-5)-a(n-9)-a(n-10) G.f.: -(x^5-1)/(x^10+x^9-2*x^5-x^4-x^3+1)
%Y A080001 Cf. A002524-A002529, A072827, A072850-A072856, A079955-A080014.
%K A080001 nonn
%O A080001 0,8
%A A080001 _Vladimir Baltic_, Feb 10 2003