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 A373959 #10 Jun 24 2024 08:46:22 %S A373959 1,4,16,71,322,1455,6558,29548,133146,599998,2703794,12184181, %T A373959 54905857,247423522,1114970351,5024416818,22641646338,102030577247, %U A373959 459782762029,2071929748572,9336785189996,42074572144477,189601622519548,854406199035948,3850230516227419 %N A373959 Number of compositions of 6*n-4 into parts 1 and 6. %H A373959 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (7,-15,20,-15,6,-1). %F A373959 a(n) = A005708(6*n-4). %F A373959 a(n) = Sum_{k=0..n} binomial(n+1+5*k,n-1-k). %F A373959 a(n) = 7*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6). %F A373959 G.f.: x*(1-x)^3/((1-x)^6 - x). %F A373959 a(n) = A373958(n) - A373958(n-1). %o A373959 (PARI) a(n) = sum(k=0, n, binomial(n+1+5*k, n-1-k)); %Y A373959 Cf. A099242, A371125, A373302, A373958, A373960. %Y A373959 Cf. A005708. %K A373959 nonn,easy %O A373959 1,2 %A A373959 _Seiichi Manyama_, Jun 23 2024