On Monday, October 23, 2017 at 5:55:50 PM UTC-4, Peter Luschny wrote:
ogf := (1/x)*BesselI(0, x^(-1/2)/2)^4*BesselK(0, x^(-1/2)/2)^4: series(ogf,x,20): seq(simplify(coeff(%,x,n)),n=0..6);
# This works for me (I have a very old version).
# Someone told me that it does not work with Maple 2017.
# Updating is not always a good idea with Maple.
restart;
ogf := (1/x)*BesselI(0, x^(-1/2)/2)^4*BesselK(0, x^(-1/2)/2)^4: MultiSeries:-series(ogf,x,20): seq(simplify(coeff(%,x,n)),n=0..6);
0, 1, 2, 15, 302, 12559, 900288
kernelopts(version);
Maple 2017.2, X86 64 LINUX, Jul 19 2017, Build ID 1247392
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)