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.

A167543 a(n) = (n-5)*(n-6)*(n-7)*(n-16)/24.

This page as a plain text file.
%I A167543 #17 Jul 30 2022 19:15:00
%S A167543 -2,-7,-15,-25,-35,-42,-42,-30,0,55,143,273,455,700,1020,1428,1938,
%T A167543 2565,3325,4235,5313,6578,8050,9750,11700,13923,16443,19285,22475,
%U A167543 26040,30008,34408,39270,44625,50505,56943,63973,71630,79950,88970,98728,109263,120615
%N A167543 a(n) = (n-5)*(n-6)*(n-7)*(n-16)/24.
%H A167543 G. C. Greubel, <a href="/A167543/b167543.txt">Table of n, a(n) for n = 8..1000</a>
%H A167543 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5,-10,10,-5,1).
%F A167543 a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5).
%F A167543 G.f.: x^8*(-2+3*x)/(1-x)^5.
%F A167543 E.g.f.: (1/24)*( -3360 - 1800*x - 420*x^2 - 52*x^3 - 3*x^4 + (3360 - 1560*x + 300*x^2 - 28*x^3 + x^4)*exp(x) ). - _G. C. Greubel_, Jul 30 2022
%t A167543 Table[(n-5)*(n-6)*(n-7)*(n-16)/24, {n,8,60}] (* _G. C. Greubel_, Jun 15 2016 *)
%o A167543 (Magma) [Binomial(n-5,3)*(n-16)/4: n in [8..60]]; // _G. C. Greubel_, Jul 30 2022
%o A167543 (SageMath) [binomial(n-5,3)*(n-16)/4 for n in (8..60)] # _G. C. Greubel_, Jul 30 2022
%Y A167543 Cf. A111373, A135929, A137276.
%K A167543 sign,easy
%O A167543 8,1
%A A167543 _Jamel Ghanouchi_, Nov 06 2009
%E A167543 Definition simplified, sequence extended by _R. J. Mathar_, Nov 12 2009