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 A027819 #17 Feb 03 2022 04:53:22 %S A027819 7,84,504,2100,6930,19404,48048,108108,225225,440440,816816,1447992, %T A027819 2469012,4069800,6511680,10147368,15444891,23015916,33649000,48348300, %U A027819 68378310,95315220,131105520,178132500,239291325,318073392,418660704,546031024,706074600,905723280 %N A027819 a(n) = 7*(n+1)*binomial(n+6,7)/2. %C A027819 Number of 14-subsequences of [ 1, n ] with just 6 contiguous pairs. %H A027819 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (9,-36,84,-126,126,-84,36,-9,1). %F A027819 a(n) = 7*A052181(n). %F A027819 G.f.: 7*(1+3*x)*x/(1-x)^9. %F A027819 a(n) = C(n+1,2)*C(n+6,6). - _Zerinvary Lajos_, May 26 2005 %F A027819 From _Amiram Eldar_, Feb 03 2022: (Start) %F A027819 Sum_{n>=1} 1/a(n) = 5969/300 - 2*Pi^2. %F A027819 Sum_{n>=1} (-1)^(n+1)/a(n) = Pi^2 - 384*log(2)/5 + 13049/300. (End) %t A027819 Table[7*(n + 1)*Binomial[n + 6, 7]/2, {n, 1, 50}] (* _Amiram Eldar_, Feb 03 2022 *) %Y A027819 Cf. A052181. %K A027819 nonn,easy %O A027819 1,1 %A A027819 Thi Ngoc Dinh (via _R. K. Guy_)