Question: Can you help me with Bessel functions?

a:=evalf(sum((-1)^n*BesselK(-2*n+1,1)*BesselJ(2*n,-1),n=-infinity..infinity)); a1:=evalf(sum((-1)^n*BesselK(-2*n+1,1)*BesselJ(2*n,-1),n=-100..100)); a := 0.02456830552 a1 := 0.5233322456 Can you undestood me Why a<>a1? And how it calculated in Maple 10? Thank you before!
Please Wait...