a(n) = n!^3*p(n)*sum {k = 1..n} 1/(k^3*p(k-1)*p(k)), where p(n) = (10*n^6 +30*n^5 +85*n^4 +120*n^3 +121*n^2 +66*n +18)/18. Recurrence: a(0) = 0, a(1) = 1, a(n+1) = (2*n+1)*(n^2+n+25)*a(n) - n^6*a(n-1). The sequence b(n):= n!^3*p(n) satisfies the same recurrence with the initial conditions b(0) = 1, b(1) = 25. Hence we obtain the finite continued fraction expansion a(n)/b(n) = 1/(25- 1^6/(81- 2^6/(155- 3^6/(259-...- (n-1)^6/((2*n-1)*(n^2-n+25)))))), for n >=2. The behavior of a(n) for large n is given by lim n -> infinity a(n)/b(n) = sum {k = 1..inf} 1/(k^3*p(k-1)*p(k)) = 1/(25- 1^6/(81- 2^6/(155- 3^6/(259-...- n^6/((2*n+1)*(n^2+n+25)-...))))) = zeta(3) - (1 + 1/2^3 + 1/3^3), where the final equality follows from a result of Ramanujan; see [Berndt, Chapter 12, Entry 32(iii) at x = 3].