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!)
A293300 E.g.f.: Product_{m>0} 1/(1 + x^m). 3
1, -1, 0, -6, 24, -120, 720, -5040, 80640, -725760, 7257600, -79833600, 1437004800, -18681062400, 261534873600, -5230697472000, 104613949440000, -1778437140480000, 32011868528640000, -729870602452992000, 17030314057236480000, -408727537373675520000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * A081362(n).
PROG
(PARI) nn = 30; x = 'x + O('x^nn); Vec(serlaplace(prod(m=1, nn, 1/(1 + x^m )))) \\ Michel Marcus, Oct 05 2017
CROSSREFS
Column k=1 of A293299.
Cf. A081362.
Sequence in context: A050212 A369833 A354074 * A293487 A047865 A355285
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 05 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 3 08:32 EDT 2024. Contains 372207 sequences. (Running on oeis4.)