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.

A063263 Ninth column (k=8) of sextinomial array A063260.

This page as a plain text file.
%I A063263 #18 Aug 19 2023 10:35:25
%S A063263 3,27,125,420,1161,2807,6147,12465,23760,43032,74646,124787,202020,
%T A063263 317970,488138,732870,1078497,1558665,2215875,3103254,4286579,5846577,
%U A063263 7881525,10510175,13875030,18145998,23524452
%N A063263 Ninth column (k=8) of sextinomial array A063260.
%H A063263 Ray Chandler, <a href="/A063263/b063263.txt">Table of n, a(n) for n = 0..1000</a>
%H A063263 <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 A063263 a(n) = A063260(n+2, 8) = (n+1)*(n+2)*(n+3)*(n^5+38*n^4+587*n^3+4678*n^2+19896*n+20160)/8!.
%F A063263 G.f.: (3-10*x^2+15*x^3-9*x^4+2*x^5)/(1-x)^9; the numerator polynomial is N6(8, x) from row n=8 of array A063261.
%F A063263 a(n) = 3*C(n+2,2) + 18*C(n+2,3) + 35*C(n+2,4) + 35*C(n+2,5) + 21*C(n+2,6) + 7*C(n+2,7) + C(n+2,8) (see comment in A213888). - _Vladimir Shevelev_ and _Peter J. C. Moses_, Jun 22 2012
%Y A063263 Cf. A062989, A063260, A063261, A063262, A063264, A213888.
%K A063263 nonn,easy
%O A063263 0,1
%A A063263 _Wolfdieter Lang_, Jul 24 2001