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.

A154307 a(n) = (n+1)^4*(4+n)!/24.

This page as a plain text file.
%I A154307 #19 Nov 13 2024 16:39:45
%S A154307 1,80,2430,53760,1050000,19595520,363031200,6812467200,130947062400,
%T A154307 2594592000000,53182390060800,1129830653952000,24898991749632000,
%U A154307 569337009905664000,13505007035520000000,332172220849717248000
%N A154307 a(n) = (n+1)^4*(4+n)!/24.
%C A154307 Row 4 of square array A152818.
%H A154307 G. C. Greubel, <a href="/A154307/b154307.txt">Table of n, a(n) for n = 0..250</a>
%F A154307 E.g.f.: (1 + 71*x + 531*x^2 + 821*x^3 + 256*x^4)/(1-x)^9. - _R. J. Mathar_, Dec 21 2011
%t A154307 Table[(n + 1)^4*(4 + n)!/24, {n, 0, 25}] (* _G. C. Greubel_, Sep 10 2016 *)
%o A154307 (Magma) [(n+1)^4*Factorial(4+n)/24: n in [0..20]]; // _Vincenzo Librandi_, Sep 11 2016
%Y A154307 Cf. A000142, A001563, A055533, A152818, A154306, A154308.
%K A154307 nonn
%O A154307 0,2
%A A154307 _Omar E. Pol_, Jan 06 2009
%E A154307 Extended by _Max Alekseyev_, Apr 13 2009