login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
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 December 6 22:36 EST 2023. Contains 367616 sequences. (Running on oeis4.)