login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A004702 Expansion of e.g.f. 1/(5 - exp(x) - exp(2*x) - exp(3*x) - exp(4*x)). 5
1, 10, 230, 7900, 361754, 20706700, 1422295490, 113976565300, 10438383399674, 1075482742196860, 123120717545481650, 15504276864309866500, 2129906079562267271594, 316979734672375940684620, 50802750419531400066083810 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k) * (1 + 2^k + 3^k + 4^k) * a(n-k). - Ilya Gutkovskiy, Jan 15 2020
MAPLE
seq(coeff(series(factorial(n)*(5-exp(x)-exp(2*x)-exp(3*x)-exp(4*x))^(-1), x, n+1), x, n), n = 0 .. 15); # Muniru A Asiru, Oct 10 2018
MATHEMATICA
With[{nn=20}, CoefficientList[Series[1/(5-Exp[x]-Exp[2*x]-Exp[3*x]-Exp[4*x]), {x, 0, nn}], x] Range[0, nn]!] (* Vincenzo Librandi, Jun 14 2012 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(1/(5-sum(k=1, 4, exp(k*x))))) \\ G. C. Greubel, Oct 09 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(1/(5-Exp(x)-Exp(2*x)-Exp(3*x)-Exp(4*x)))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Oct 09 2018
CROSSREFS
Column k=4 of A320253.
Sequence in context: A211084 A302095 A276019 * A027952 A056602 A349731
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)