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!)
A293565 E.g.f.: Product_{m>=0} exp(-x^(3*m+1)). 1
1, -1, 1, -1, -23, 119, -359, -4201, 58801, -359857, -2121839, 74851919, -784376999, -1072414201, 192596540137, -3167640042841, 9241215940321, 860635956717599, -21290802661288799, 157132294452113183, 5980504635868174921, -220612220726623344361 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
E.g.f.: exp(x/(x^3 - 1)).
a(0) = 1; a(n) = -Sum_{k=0..floor((n-1)/3)} binomial(n-1,3*k) * (3*k+1)! * a(n-3*k-1). - Ilya Gutkovskiy, Feb 24 2022
MATHEMATICA
CoefficientList[Series[E^(x/(x^3 - 1)), {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/(x^3-1))))
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(1/prod(m=0, N, exp(x^(3*m+1)))))
CROSSREFS
E.g.f.: Product_{m>=0} exp(-x^(k*m+1)): A293116 (k=1), A293532 (k=2), this sequence (k=3), A293566 (k=4).
Cf. A293493.
Sequence in context: A362339 A358063 A367722 * A362569 A099068 A220408
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 13:08 EDT 2024. Contains 371945 sequences. (Running on oeis4.)