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.

A331433 Column 1 of triangle in A331431.

This page as a plain text file.
%I A331433 #25 Mar 23 2022 07:38:19
%S A331433 6,-24,60,-120,210,-336,504,-720,990,-1320,1716,-2184,2730,-3360,4080,
%T A331433 -4896,5814,-6840,7980,-9240,10626,-12144,13800,-15600,17550,-19656,
%U A331433 21924,-24360,26970,-29760,32736,-35904,39270,-42840,46620,-50616,54834,-59280,63960,-68880,74046
%N A331433 Column 1 of triangle in A331431.
%C A331433 Apart from the signs, essentially the same as A007531. - _Georg Fischer_, Jan 18 2020
%H A331433 G. C. Greubel, <a href="/A331433/b331433.txt">Table of n, a(n) for n = 0..1000</a>
%H A331433 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (-4,-6,-4,-1)
%F A331433 G.f.: 6/(1+x)^4. - _Georg Fischer_, Jan 18 2020
%F A331433 a(n) = 6*(-1)^n*A000292(n+1). - _R. J. Mathar_, Jan 21 2020
%F A331433 E.g.f.: (6 - 18*x + 9*x^2 - x^3)*exp(-x). - _G. C. Greubel_, Mar 22 2022
%t A331433 CoefficientList[Series[6/(1+x)^4, {x, 0, 40}], x] (* _Georg Fischer_, Jan 18 2020 *)
%o A331433 (Magma) [6*(-1)^n*Binomial(n+3,3): n in [0..50]]; // _G. C. Greubel_, Mar 22 2022
%o A331433 (Sage) [6*(-1)^n*binomial(n+3,3) for n in (0..50)] # _G. C. Greubel_, Mar 22 2022
%Y A331433 Cf. A000292, A007531, A331431.
%Y A331433 Cf. A098737 (unsigned, 2nd subdiagonal).
%K A331433 sign,easy
%O A331433 0,1
%A A331433 _N. J. A. Sloane_, Jan 17 2020
%E A331433 a(4) changed to 210, and more terms from _Georg Fischer_, Jan 18 2020