I like interesting numbers and I love using Excel. It all started with this interesting 20 digit number:
12157692622039623539
Take each digit and raise it to the power n, where n is the position from left to right. So, first digit is 1, raised to power 1, second digit is 2, raised to power 2, ..fifth digit is 7, raised to power 5 etc etc all the way to the 20th digit 9, raised to the power of 20. Then add them all up. And the answer you get is..
12157692622039623539
I wanted to check this out and verify it in Excel, but had trouble with the last digit 9, raised to the power of 20. Excel only calculates to 15 digits precision, so 9^20 was short by 28801. This 28801 is another interesting number, because I think it’s the zip code for Ashville in North Carolina USA. Maybe our Retired Geek can confirm that? Anyway, I was fed up with Excel’s default 15 digit precision, so I wanted to create a worksheet that would increase the precision when multiplying numbers. My initial thought was to increase the accuracy to 80 digits precision. I thought this would be sufficient accuracy, based on counting the number of atoms in the universe. I thought this was the biggest countable number you could get. Then my son asked me about measuring a circumference of a circle to be accurate to the nearest planck length. Hmmm. OK then. As you know, the planck length is the smallest measurable length you can have. It is very small. If you expanded a human hair to the size of the universe, a planck length would be the thickness of a human hair in that universe.
OK, back to the real world. How many digits would I need if I wanted to count the number of ‘planck pixels’ in the universe? If I start with the universe having a diameter of say, 94 billion light years, and a light year is 6 trillion miles, and a mile is 63,360 inches, and an inch has this many planck lengths, then I calculated I would need at least 185 digits to accurately count all the ‘planck pixels’ in the universe. To allow for any underestimate on my part, I increased this by a thousand million million, to get to 200 digits. This should now be enough for the largest countable number you can have.
So I now have an Excel spreadsheet that allows you to multiply two numbers to get up to 200 digits precision, without using any vba coding. There are some online big number calculators available, but I wanted to do this simply in Excel.
I hope you like my spreadsheet. I used Excel 2010 to keep it simple.
zeddy