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.

A075913 Fifth column of triangle A075500.

This page as a plain text file.
%I A075913 #17 Dec 12 2015 13:13:25
%S A075913 1,75,3500,131250,4344375,132890625,3855156250,107765625000,
%T A075913 2933008203125,78271552734375,2058270703125000,53524929199218750,
%U A075913 1380066321044921875,35349237725830078125,900813505310058593750,22863955398559570312500,578500758117828369140625
%N A075913 Fifth column of triangle A075500.
%C A075913 The e.g.f. given below is Sum_{m=0..4}(A075513(5,m)*exp(5*(m+1)*x))/4!.
%H A075913 Colin Barker, <a href="/A075913/b075913.txt">Table of n, a(n) for n = 0..714</a>
%H A075913 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (75,-2125,28125,-171250,375000).
%F A075913 a(n) = A075500(n+5, 5) = (5^n)*S2(n+5, 5) with S2(n, m) = A008277(n, m) (Stirling2).
%F A075913 a(n) = Sum_{m=0..4}(A075513(5, m)*((m+1)*5)^n)/4!.
%F A075913 G.f.: 1/Product_{k=1..5}(1-5*k*x).
%F A075913 E.g.f.: (d^5/dx^5)((((exp(5*x)-1)/5)^5)/5!) = (exp(5*x) - 64*exp(10*x) + 486*exp(15*x) - 1024*exp(20*x) + 625*exp(25*x))/4!.
%F A075913 G.f.: 1 / ((1-5*x)*(1-10*x)*(1-15*x)*(1-20*x)*(1-25*x)). - _Colin Barker_, Dec 12 2015
%t A075913 Table[5^n*(1 - 2^(n+6) + 2*3^(n+5) - 4^(n+5) + 5^(n+4))/24, {n, 0, 20}] (* _Vaclav Kotesovec_, Dec 12 2015 *)
%o A075913 (PARI) Vec(1/((1-5*x)*(1-10*x)*(1-15*x)*(1-20*x)*(1-25*x)) + O(x^30)) \\ _Colin Barker_, Dec 12 2015
%Y A075913 Cf. A000351, A016164, A075911, A075912, A075914.
%K A075913 nonn,easy
%O A075913 0,2
%A A075913 _Wolfdieter Lang_, Oct 02 2002