The equation x/(e^(x)-1)=sum(n=0 to infty, (B(n)*(x)^n)/n!), where B(n) are the Bernoulli numbers, can be simplified by evaluating sum(n=0 to infty, 1/n!), which equals e. Then, by choosing a suitable value of x you can solve for the sum of all Bernoulli numbers. Letting x=1/2 yields .5/(e^(.5)-1)=e*sum(n=0 to infty, B(n)*(.5)^n)). sum(n=0 to infty, (.5)^n) can be evaluated using geometric sum rules to give 2. Therefore, .5/(e^(.5)-1)=2*e*sum(n=0 to infty, B(n)). Dividing both sides by 2*e and simplifying the left side gives .1417709954=sum(n=0 to infty, B(n)).