login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A293141
E.g.f.: Product_{m>0} (1 - x^m + x^(2m)/2).
3
1, -1, -1, 0, 0, 0, 180, 0, 10080, 90720, 0, 0, 179625600, -1556755200, -10897286400, 326918592000, -2615348736000, -88921857024000, 800296713216000, -30411275102208000, 152056375511040000, 0, -351250227430502400000, -3231502092360622080000
OFFSET
0,7
LINKS
MAPLE
N:= 30: # to get a(0)..a(N)
P:= mul(1-x^m+x^(2*m)/2, m=1..N):
seq(coeff(P, x, n)*n!, n=0..N); # Robert Israel, Oct 01 2017
CROSSREFS
Column k=2 of A293139.
Cf. A293138.
Sequence in context: A130736 A200955 A101995 * A036203 A053325 A119542
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 01 2017
STATUS
approved