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!)
A294258 Expansion of e.g.f.: exp((1-x)*(1-x^2)*(1-x^3)*(1-x^4)*(1-x^5) - 1). 2
1, -1, -1, 5, 1, 79, 31, -2059, -68095, 129599, 5586751, 36420229, -159700991, -6256012465, -94786800289, -3320395014091, 74018996229121, 1093450523140351, -4548151329265025, -222875601233847931, -7118941159301980159, -60758029090422335281 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[Times@@(1-x^Range[5])-1], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Oct 29 2020 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp((1-x)*(1-x^2)*(1-x^3)*(1-x^4)*(1-x^5)-1)))
CROSSREFS
Column k=5 of A294254.
Sequence in context: A138548 A220422 A251596 * A294260 A113114 A356051
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 26 2017
EXTENSIONS
Definition clarified by Harvey P. Dale, Oct 29 2020
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)