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!)
A293590 E.g.f.: exp(x^3/(1 + x + x^2 + x^3)). 1
1, 0, 0, 6, -24, 0, 360, 0, -20160, 60480, 1814400, -19958400, -59875200, 2075673600, 21794572800, -860885625600, 3487131648000, 148203095040000, -524638956441600, -71973351075225600, 942749528168448000, 19878836825143296000, -437111394135736320000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: Product_{k>0} exp(x^(4*k-1)) / exp(x^(4*k)).
MATHEMATICA
CoefficientList[Series[E^(x^3/(1 + x + x^2 + x^3)), {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Oct 13 2017 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(x^3/(1+x+x^2+x^3))))
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, exp(x^(4*k-1)-x^(4*k)))))
CROSSREFS
Sequence in context: A255305 A339628 A304271 * A194770 A052697 A293256
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 12 2017
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 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)