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!)
A293573 E.g.f.: exp(x/(1 + x + x^2 + x^3 + x^4)). 3
1, 1, -1, -5, 1, 41, 751, -461, -61375, -114479, 3197791, 51784811, 95861569, -13289759495, -88386566449, 1959369708451, 39596487031681, 144047673616289, -17707296608390465, -244965944457878309, 5109519579305499521, 149507697206554889161 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: Product_{k>0} exp(x^(5*k-4)) / exp(x^(5*k-3)).
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(x/(1+x+x^2+x^3+x^4))))
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, exp(x^(5*k-4)-x^(5*k-3)))))
CROSSREFS
Sequence in context: A039817 A293604 A000321 * A039922 A192353 A255979
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 July 31 20:34 EDT 2024. Contains 374808 sequences. (Running on oeis4.)