I am reasonably mathematically competent and use algorithms regularly in computing, however I have started reading through 'introduction to algorithms' but find I need to understand a few more basics of algorithms (mathematical symbols, summations etc.) in equations to get maximum out of it.
Can someone suggest resources which might help?
For a gentle introduction, I suggest the Oreilly book Algorithms in a Nutshell As with most other "nutshell" books, the contents are well organized and it is very readable.
Now, if you want to get more theoretical and in-depth, its hard to find a modern treatise that is more thorough than Introduction to Algorithms by Cormen, et. al.