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.

A011928 a(n) = floor(n(n-1)(n-2)(n-3)/18).

This page as a plain text file.
%I A011928 #16 Oct 18 2022 15:28:21
%S A011928 0,0,0,0,1,6,20,46,93,168,280,440,660,953,1334,1820,2426,3173,4080,
%T A011928 5168,6460,7980,9753,11806,14168,16866,19933,23400,27300,31668,36540,
%U A011928 41953,47946,54560,61834,69813,78540,88060,98420,109668,121853,135026,149240
%N A011928 a(n) = floor(n(n-1)(n-2)(n-3)/18).
%H A011928 <a href="/index/Rec#order_13">Index entries for linear recurrences with constant coefficients</a>, signature (4, -6, 4, -1, 0, 0, 0, 0, 1, -4, 6, -4, 1).
%F A011928 From _Chai Wah Wu_, Aug 02 2020: (Start)
%F A011928 a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) + a(n-9) - 4*a(n-10) + 6*a(n-11) - 4*a(n-12) + a(n-13) for n > 12.
%F A011928 G.f.: x^4*(-x^8 - 2*x^7 - 2*x^6 + 2*x^5 - 6*x^4 + 2*x^3 - 2*x^2 - 2*x - 1)/((x - 1)^5*(x^2 + x + 1)*(x^6 + x^3 + 1)). (End)
%t A011928 Table[Floor[n(n - 1)(n - 2)(n - 3)/18], {n, 0, 50}] (* _Stefan Steinerberger_, Apr 25 2006 *)
%o A011928 (PARI) a(n)=n*(n-1)*(n-2)*(n-3)\18 \\ _Charles R Greathouse IV_, Oct 18 2022
%K A011928 nonn,easy
%O A011928 0,6
%A A011928 _N. J. A. Sloane_
%E A011928 More terms from _Stefan Steinerberger_, Apr 25 2006