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.

A024393 4th elementary symmetric function of the first n+3 positive integers congruent to 2 mod 3.

This page as a plain text file.
%I A024393 #19 Nov 14 2018 09:29:05
%S A024393 880,12164,80844,363944,1276009,3751209,9668253,22494813,48216663,
%T A024393 96625243,183045863,330597267,573081782,958613782,1554102702,
%U A024393 2450715342,3770450706,5673969126,8369825926,12125268386,17278763271,24254430695
%N A024393 4th elementary symmetric function of the first n+3 positive integers congruent to 2 mod 3.
%H A024393 <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 A024393 G.f.: -x*(x^4+332*x^3+3048*x^2+4244*x+880) / (x-1)^9. - _Colin Barker_, Aug 15 2014
%F A024393 a(n) = n*(n+1)*(n+2)*(n+3)*(405*n^4+4590*n^3+18495*n^2+30534*n+16376)/1920. - _Robert Israel_, Aug 15 2014
%e A024393 sigma_4(2,5,8,11,14,17) = 2*5*8*11 + 2*5*8*14 + 2*5*8*17 + 2*5*11*14 + 2*5*11*17 + 2*5*14*17 + 2*8*11*14 + 2*8*11*17 + 2*8*14*17 + 2*11*14*17 + 5*8*11*14 + 5*8*11*17 + 5*8*14*17 + 5*11*14*17 + 8*11*14*17 = 80844. This is also the value of n(n+1)(n+2)(n+3)(16376+30534*n+18495*n^2+4590*n^3+405*n^4)/1920 for n=3. - Neven Juric (neven.juric(AT)apis-it.hr), Jun 25 2005
%p A024393 seq(n*(n+1)*(n+2)*(n+3)*(405*n^4+4590*n^3+18495*n^2+30534*n+16376)/1920,n=0..30); # _Robert Israel_, Aug 15 2014
%t A024393 LinearRecurrence[{9,-36,84,-126,126,-84,36,-9,1},{880,12164,80844,363944,1276009,3751209,9668253,22494813,48216663},30] (* _Harvey P. Dale_, Nov 14 2018 *)
%o A024393 (PARI) Vec(-x*(x^4+332*x^3+3048*x^2+4244*x+880)/(x-1)^9 + O(x^100)) \\ _Colin Barker_, Aug 15 2014
%K A024393 nonn,easy
%O A024393 1,1
%A A024393 _Clark Kimberling_
%E A024393 a(3) corrected by Neven Juric, Jun 25 2005