It seems like math purely "on paper" vs. purely on a computer both have their advantages and disadvantages. However, when combined together, they seem to greatly increase the possibilities and help confirm each methods results.
Some examples:
Computing pi to more than a few decimal places is tedious "on paper" but "cake" for a computer.
Someone not good in math but savvy on computers can solve some math problems such as compute how many busts are possible in a $5$ card poker hand.
Some things are too numerous for a computer to simulate such as those with an "astronomically large" number of possible states. Even something "reasonable" such as $64 \choose 32$ is almost $2$ quintillion ($2 * 10^{18}$). Too many states for a computer (and a simple algorithm) to simulate in a reasonable amount of time, thus more clever math skills (and/or some intense pruning is needed).
So this is just "background info" but here is the real question: Suppose someone (a mathematician or maybe not) comes across a substantial discovery on a computer simulation of a "mathematical process" and wants to use it as a proof. Can he/she do it or will it be "rejected" by his/her peers without a more "traditional" (formal) proof? I've seen/heard some arguments that computers may have bugs in hardware and/or software but if multiple people get the same answer on different computers using different computer languages, then that is reassuring that the matching answers are correct.