Let me first state the question and then provide some context and my approach. I'm trying to evaluate limit of the two following sequences : $$ S_n = \sum_{1\leq k \leq n}\frac{2k^2-3kn-3n^2}{(k+3n)(k^2-2kn+5n^2)}, \quad P_n=n\cdot\sum_{1\leq k \leq n}\frac{n+k}{(k-2n)(k^2+kn+n^2)} $$
Ok now, for context, I had the first sum to evaluate on an exam about 2-3 years ago while I was an undergrad, the second sequence was on the exam the year before I took the class. At the time, when I saw the second sum while working to prepare the exam, I couldn't solve it and thought to myself, "if this shows up on the exam, I most definitely will skip that". A few weeks later the (quite similar) first sum did show up on the exam, and I did skip it. At the time I tried really hard but I eventually gave up. This brings us back to today, I'm still studying math, albeit at a higher level now, and I somehow thought about this problem. I've learned a lot since then, yet I still have no idea how to compute those two limits. It should be a fairly easy problem, I mean the class was Real analysis 2 or 3 and given during my second year of university, so really nothing fancy.
My approach back then, which I replicated today, to no avail, was manipulating these sums to find that they were Riemann sums of some well-known or easy integral. I did not succeed in doing so. Another thing I attempted was partial fraction decomposition but either I did it wrong every single time, or it doesn't help here. I just don't know what to do anymore. I suspect solving one of the two would give enough insight to be able to solve the other because they're very similar. My intuition tells me if they are indeed Riemann sums, the function to integrate must be the same, maybe scaled or over a different interval or something but they look related, i.e. they're of the form $\sum_{1\leq k\leq n}\frac{ak^2+bkn+cn^2}{(dk+en)(fk^2+gkn+hn^2)}$ for $a,b,c,d,e,f,g,h\in \mathbb{R}$.