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!)
A366300 Expansion of e.g.f. 1 / (-4 + Sum_{k=1..5} exp(-k*x)). 4
1, 15, 395, 15525, 813671, 53306325, 4190730335, 384368222925, 40289992211591, 4751157347330085, 622528350091484975, 89724601853904952125, 14107579506569655343511, 2403010007367884873188245, 440801776092151383251034815, 86635186648455606881413582125, 18162432724968339044562784395431 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} (-1)^(k+1) * binomial(n,k) * (1 + 2^k + ... + 5^k) * a(n-k).
MATHEMATICA
nmax = 16; CoefficientList[Series[1/(-4 + Sum[Exp[-k x], {k, 1, 5}]), {x, 0, nmax}], x] Range[0, nmax]!
a[0] = 1; a[n_] := a[n] = Sum[(-1)^(k + 1) Binomial[n, k] (1 + 2^k + 3^k + 4^k + 5^k) a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 16}]
CROSSREFS
Sequence in context: A143001 A373872 A250950 * A323838 A278981 A279133
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Oct 06 2023
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 September 18 03:51 EDT 2024. Contains 375995 sequences. (Running on oeis4.)