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.

A163943 Third left hand column of triangle A163940.

This page as a plain text file.
%I A163943 #12 Aug 14 2017 03:00:42
%S A163943 0,3,17,52,121,240,428,707,1102,1641,2355,3278,4447,5902,7686,9845,
%T A163943 12428,15487,19077,23256,28085,33628,39952,47127,55226,64325,74503,
%U A163943 85842,98427,112346,127690,144553,163032,183227,205241,229180,255153
%N A163943 Third left hand column of triangle A163940.
%H A163943 G. C. Greubel, <a href="/A163943/b163943.txt">Table of n, a(n) for n = 0..1000</a>
%H A163943 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5,-10,10,-5,1).
%F A163943 G.f.: x*(3 + 2*x - 3*x^2 + x^3)/(1-x)^5.
%F A163943 a(n)= (2*n + 45*n^2 + 22*n^3 + 3*n^4)/24.
%F A163943 a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5).
%F A163943 E.g.f.: (1/24)*x*(72 + 132*x + 40*x^2 + 3*x^3)*exp(x). - _G. C. Greubel_, Aug 13 2017
%t A163943 LinearRecurrence[{5,-10,10,-5,1},{0,3,17,52,121},40] (* _Harvey P. Dale_, Feb 25 2017 *)
%o A163943 (PARI) x='x+O('x^50); concat([0], Vec(x*(3 +2*x -3*x^2 +x^3)/(1-x)^5)) \\ _G. C. Greubel_, Aug 13 2017
%Y A163943 Cf. A163972.
%Y A163943 Equals the third left hand column of A163940.
%Y A163943 A163944 is another left hand column.
%K A163943 easy,nonn
%O A163943 0,2
%A A163943 _Johannes W. Meijer_, Aug 13 2009