The reason your two answers are different from each-other is because you are misunderstanding how to represent a marginal probability. If you know about independence in probability, then the card draws are dependent on each other and therefore the solution cannot be drawn as the product of the individual probabilities.
The key to problems of this form is to identity the number of possible outcomes $n$ and the number of desirable outcomes $N$.
Here it is clear with the principle of multiplication that $$n=3!$$ and $$N=\frac{52!}{49!} = 52\times 51\times 50$$
Now,
$$P(A) = \frac{n}{N} = \frac{3!}{52\times 51\times 50}$$
Because the three draws are dependent, we cannot simply multiply the probabilities. This can be shown by the definition of marginal probability. That is why you are getting the wrong answer.
If this doesn't make sense, convince yourself that this logic is correct and therefore your logic is incorrect.