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.
%I A261765 #20 Nov 04 2015 19:35:27 %S A261765 1,1,0,1,0,3,1,0,9,8,1,0,45,32,30,1,0,165,320,150,144,1,0,855,2240, %T A261765 1800,864,840,1,0,3843,17360,18900,12096,5880,5760,1,0,21819,146048, %U A261765 195300,145152,94080,46080,45360,1,0,114075,1256192,2120580,1959552,1270080,829440,408240,403200 %N A261765 Triangle read by rows: T(n,k) is the number of subpermutations of an n-set, whose orbits are each of size at most k with at least one orbit of size exactly k, and without fixed points. Equivalently, T(n,k) is the number of partial derangements of an n-set each of whose orbits is of size at most k with at least one orbit of size exactly k, and without fixed points. %C A261765 T(n,n) is A261766. Sum of rows is A144085. %D A261765 A. Laradji and A. Umar, On the number of subpermutations with fixed orbit size, Ars Combinatoria, 109 (2013), 447-460. %F A261765 T(n,k) = A261762(n,k) - A261762(n,k-1). %e A261765 T(n,1) = 0 because there is no (partial) derangement with an orbit of size 1. %e A261765 T(3,2) = 9 because there are 9 subpermutations on {1,2,3}, whose orbits are each of size at most 2 with at least one orbit of size exactly 2, and without fixed points, namely: (1 2 --> 2 1), (1 3 --> 3 1), (2 3 --> 3 2), (1-->2), (1-->3), (2-->1), (2-->3), (3-->1), (3-->2). %e A261765 Triangle starts: %e A261765 1; %e A261765 1, 0; %e A261765 1, 0, 3; %e A261765 1, 0, 9, 8; %e A261765 1, 0, 45, 32, 30; %e A261765 1, 0, 165, 320, 150, 144; %e A261765 1, 0, 855, 2240, 1800, 864, 840; %e A261765 ... %Y A261765 Cf. A157400, A261762, A261763, A261764, A261766, A261767. %K A261765 nonn,tabl %O A261765 0,6 %A A261765 _Samira Stitou_, Sep 21 2015 %E A261765 More terms from _Alois P. Heinz_, Nov 04 2015