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!)
A293566 E.g.f.: Product_{m>=0} exp(-x^(4*m+1)). 2
1, -1, 1, -1, 1, -121, 721, -2521, 6721, -378001, 5473441, -39972241, 199679041, -7005552841, 176899522801, -2186722497961, 17454339826561, -459473703430561, 16503993702423361, -306140370496394401, 3555223271216311681, -80917223353652470681 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
E.g.f.: exp(x/(x^4 - 1)).
a(0) = 1; a(n) = -Sum_{k=0..floor((n-1)/4)} binomial(n-1,4*k) * (4*k+1)! * a(n-4*k-1). - Ilya Gutkovskiy, Feb 24 2022
MAPLE
seq(factorial(k) * coeftayl(product(exp(-x^(4*m + 1)), m = 0..k), x = 0, k), k = 0..50); # Muniru A Asiru, Oct 15 2017
MATHEMATICA
CoefficientList[Series[E^(x/(x^4 - 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^4-1))))
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(1/prod(m=0, N, exp(x^(4*m+1)))))
CROSSREFS
E.g.f.: Product_{m>=0} exp(-x^(k*m+1)): A293116 (k=1), A293532 (k=2), A293565 (k=3), this sequence (k=4).
Cf. A293507.
Sequence in context: A361636 A354554 A367720 * A293507 A356630 A306452
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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)