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!)
A293255 G.f.: Product_{m>0} (1 - x^m + 2!*x^(2*m) - 3!*x^(3*m)). 2
1, -1, 1, -6, 0, 3, 4, -3, -8, 22, 12, 6, 3, -22, -62, 61, -2, 68, -166, 68, -14, -216, -53, 196, -12, 304, -15, -32, -322, 24, 274, -112, -294, 832, 638, -213, 918, -474, -570, -854, -1227, -1018, 3476, -2038, 588, -1382, 3520, -578, -248, -1314, -292, -8825 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MAPLE
b:= proc(n, i) option remember; `if`(n=0, 1, `if`(i<1, 0,
add(b(n-i*j, i-1)*j!*(-1)^j, j=0..min(3, n/i))))
end:
a:= n-> b(n$2):
seq(a(n), n=0..60); # Alois P. Heinz, Oct 04 2017
CROSSREFS
Column k=3 of A293071.
Cf. A289485.
Sequence in context: A237421 A087014 A176906 * A355251 A094174 A105873
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 04 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 May 10 09:34 EDT 2024. Contains 372377 sequences. (Running on oeis4.)