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.

A027769 a(n) = (n+1)*binomial(n+1, 9).

This page as a plain text file.
%I A027769 #29 Jan 30 2022 04:17:20
%S A027769 9,100,605,2640,9295,28028,75075,183040,413270,875160,1755182,3359200,
%T A027769 6172530,10943240,18795370,31380096,51074375,81238300,126544275,
%U A027769 193393200,290435145,429214500,624962325,897561600,1272714300,1783342704,2471261100,3389158080
%N A027769 a(n) = (n+1)*binomial(n+1, 9).
%C A027769 Number of 11-subsequences of [ 1, n ] with just 1 contiguous pair.
%C A027769 13208*a(n) is the number of permutations of (n+1) symbols that 9-commute with an (n+1)-cycle (see A233440 for definition), where 13208=A000757(9). - _Luis Manuel Rivera Martínez_, Feb 06 2014
%H A027769 T. D. Noe, <a href="/A027769/b027769.txt">Table of n, a(n) for n = 8..1000</a>
%H A027769 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 A027769 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
%F A027769 G.f.: (9+x)*x^8/(1-x)^11.
%F A027769 From _Amiram Eldar_, Jan 30 2022: (Start)
%F A027769 Sum_{n>=8} 1/a(n) = 3*Pi^2/2 - 575499/39200.
%F A027769 Sum_{n>=8} (-1)^n/a(n) = 3*Pi^2/4 + 24576*log(2)/35 - 19365109/39200. (End)
%t A027769 Table[(n+1)*Binomial[n+1, 9], {n, 8, 35}] (* _Amiram Eldar_, Jan 30 2022 *)
%Y A027769 Cf. A000757, A233440.
%K A027769 nonn
%O A027769 8,1
%A A027769 Thi Ngoc Dinh (via _R. K. Guy_)