(MAGMAMagma) [5^(n - 3)*(n + 1)^(n - 5)*(16*n^3 + 87*n^2 + 172*n + 125): n in [0..50]]; // G. C. Greubel, Nov 13 2017
(MAGMAMagma) [5^(n - 3)*(n + 1)^(n - 5)*(16*n^3 + 87*n^2 + 172*n + 125): n in [0..50]]; // G. C. Greubel, Nov 13 2017
reviewed
approved
proposed
reviewed
editing
proposed
E.g.f.: A(x) = 1 + x + 7*x^2/2! + 116*x^3/3! + 3229*x^4/4! + 129000*x^5/5! + ...
G(x) = 1 + x + 5*x^2 + 35*x^3 + 285*x^4 + 2530*x^5 + 23751*x^6 + ...
F(x) = 1 + x + 5*x^2/2! + 65*x^3/3! + 1505*x^4/4! + 51505*x^5/5! + ...
proposed
editing
editing
proposed
G. C. Greubel, <a href="/A251585/b251585.txt">Table of n, a(n) for n = 0..312</a>
Table[5^(n - 3)*(n + 1)^(n - 5)*(16*n^3 + 87*n^2 + 172*n + 125), {n, 0, 50}] (* G. C. Greubel, Nov 13 2017 *)
(MAGMA) [5^(n - 3)*(n + 1)^(n - 5)*(16*n^3 + 87*n^2 + 172*n + 125): n in [0..50]]; // G. C. Greubel, Nov 13 2017
approved
editing
editing
approved
a(n) = 5^(n-3) * (n+1)^(n-5) * (16*n^3 + 87*n^2 + 172*n + 125).
Let G(x) = 1 + x*G(x)^5 be the g.f. of A002294, then the e.g.f. A(x) of this sequence satisfies:
E.g.f.: -LambertW(-5*x) * (5 + LambertW(-5*x))^4 / (x*5^5). - Vaclav Kotesovec, Dec 07 2014
E.g.f.: A(x) = 1 + x + 7*x^2/2! + 116*x^3/3! + 3229*x^4/4! + 129000*x^5/5! +...
(PARI) {a(n) = 5^(n-3) * (n+1)^(n-5) * (16*n^3 + 87*n^2 + 172*n + 125)}
approved
editing
editing
approved