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.

A024194 [ (4th elementary symmetric function of S(n))/(2nd elementary symmetric of S(n)) ], where S(n) = {3,4, ..., n+5}.

This page as a plain text file.
%I A024194 #9 May 02 2018 09:38:20
%S A024194 3,11,27,54,96,156,240,353,501,688,923,1212,1564,1985,2485,3074,3760,
%T A024194 4554,5466,6508,7692,9028,10532,12214,14090,16172,18477,21018,23813,
%U A024194 26876,30224,33876,37847,42157,46825,51868,57308,63164,69457,76208,83438,91170
%N A024194 [ (4th elementary symmetric function of S(n))/(2nd elementary symmetric of S(n)) ], where S(n) = {3,4, ..., n+5}.
%H A024194 Ivan Neretin, <a href="/A024194/b024194.txt">Table of n, a(n) for n = 1..10000</a>
%t A024194 Table[Floor[1/240 x (1 + x) (53848 + 26922 x + 5165 x^2 + 450 x^3 + 15 x^4)/(188 + 47 x + 3 x^2)], {x, 42}] (* _Ivan Neretin_, May 02 2018 *)
%Y A024194 Cf. A024185, A024183.
%K A024194 nonn
%O A024194 1,1
%A A024194 _Clark Kimberling_