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!)
A318258 a(n) = [x] OmegaPolynomial(5, n). OmegaPolynomials are defined in A318146. 3
0, 1, -125, 249250, -2886735625, 122209131374375, -14455143383196875000, 4006210678487307667578125, -2297417123000769120910212890625, 2485076260705905645263720799941406250, -4719878705811419698488114573981055908203125 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
# The function OmegaPolynomial is defined in A318146.
seq(coeff(OmegaPolynomial(5, n), x, 1), n=0..11);
MATHEMATICA
LMlist[m_, len_] := Table[(m n)!, {n, 0, len}]*
CoefficientList[Series[Log[MittagLefflerE[m, z]], {z, 0, len}], z];
LMlist[5, 13]
CROSSREFS
Cf. A318253 (case n=5), A318146.
Cf. A000182 (m=2), A293951 (m=3), A273352 (m=4), this seq (m=5).
Sequence in context: A265623 A050640 A161354 * A003751 A120807 A013836
KEYWORD
sign
AUTHOR
Peter Luschny, Aug 22 2018
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 July 16 08:10 EDT 2024. Contains 374345 sequences. (Running on oeis4.)