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.

A115293 Row sums of correlation triangle for (1+x)^3/(1-x).

This page as a plain text file.
%I A115293 #17 Oct 06 2021 12:56:48
%S A115293 1,8,31,80,160,272,416,592,800,1040,1312,1616,1952,2320,2720,3152,
%T A115293 3616,4112,4640,5200,5792,6416,7072,7760,8480,9232,10016,10832,11680,
%U A115293 12560,13472,14416,15392,16400,17440,18512,19616,20752,21920,23120,24352
%N A115293 Row sums of correlation triangle for (1+x)^3/(1-x).
%C A115293 Row sums of number triangle A115292.
%C A115293 If Y_i (i=1,2,3,4,5) are 2-blocks of a (n+5)-set X then a(n-2) is the number of 7-subsets of X intersecting each Y_i (i=1,2,3,4,5). - _Milan Janjic_, Oct 28 2007
%H A115293 Michael De Vlieger, <a href="/A115293/b115293.txt">Table of n, a(n) for n = 0..10000</a>
%H A115293 Milan Janjic, <a href="http://www.pmfbl.org/janjic/">Two Enumerative Functions</a>
%H A115293 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).
%F A115293 G.f.: A(x) = (1+x)^5/(1-x)^3.
%F A115293 a(n) = Sum_{k = 0..n} Sum_{j = 0..n} [j<=k]*A115291(k-j)*[j<=n-k]*A115291(n-k-j).
%F A115293 From _Peter Bala_, Sep 26 2021: (Start)
%F A115293 a(n) = Sum_{k = 0..n} binomial(5,n-k)*binomial(k+2,k).
%F A115293 A262732(n) = [x^n] A(x)^n. (End)
%p A115293 seq(add(binomial(5,n-k)*binomial(k+2,k), k = 0..n), n = 0..40); # _Peter Bala_, Sep 26 2021
%t A115293 LinearRecurrence[{3,-3,1},{1,8,31,80,160,272},50] (* _Harvey P. Dale_, Dec 03 2018 *)
%o A115293 (PARI) a(n) = sum(k = 0, n, binomial(5,n-k)*binomial(k+2,k)); \\ _Michel Marcus_, Oct 01 2021
%Y A115293 Cf. A115291, A115292, A262732.
%K A115293 nonn,easy
%O A115293 0,2
%A A115293 _Paul Barry_, Jan 19 2006