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 A027771 #32 Jan 30 2022 04:22:11 %S A027771 11,144,1014,5096,20475,69888,210392,572832,1436058,3359200,7407036, %T A027771 15519504,31097794,59907456,111435000,200880160,352023165,601277040, %U A027771 1003321410,1638819000,2624841765,4128783360,6386711760,9727323840,14602906500,21628990656 %N A027771 a(n) = (n+1)*binomial(n+1,11). %C A027771 Number of 13-subsequences of [ 1, n ] with just 1 contiguous pair. %C A027771 1214673*a(n) is the number of permutations of (n+1) symbols that 11-commute with an (n+1)-cycle (see A233440 for definition), where 1214673 = A000757(11). - _Luis Manuel Rivera MartÃnez_, Feb 07 2014 %H A027771 T. D. Noe, <a href="/A027771/b027771.txt">Table of n, a(n) for n = 10..1000</a> %H A027771 Luis Manuel Rivera, <a href="http://arxiv.org/abs/1406.3081">Integer sequences and k-commuting permutations</a>, arXiv preprint arXiv:1406.3081 [math.CO], 2014-2015. %H A027771 <a href="/index/Rec#order_13">Index entries for linear recurrences with constant coefficients</a>, signature (13,-78,286,-715,1287,-1716,1716,-1287,715,-286,78,-13,1). %F A027771 G.f.: (11+x)*x^10/(1-x)^13. %F A027771 From _Amiram Eldar_, Jan 30 2022: (Start) %F A027771 Sum_{n>=10} 1/a(n) = 11*Pi^2/6 - 57138257/3175200. %F A027771 Sum_{n>=10} (-1)^n/a(n) = 11*Pi^2/12 + 822272*log(2)/315 - 5773608863/3175200. (End) %t A027771 Table[(n+1)*Binomial[n+1, 11], {n, 10, 35}] (* _Amiram Eldar_, Jan 30 2022 *) %Y A027771 Cf. A000757, A233440. %K A027771 nonn,easy %O A027771 10,1 %A A027771 Thi Ngoc Dinh (via _R. K. Guy_)