My Amateur Radio Station and Project Blog.
Home: http://WA0UWH.blogspot.com - Grid: CN88xc
Located Near Seattle in Puget Sound
and I Love to Build HomeBrew Ham Radio Projects
Local Pages
Monday, February 1, 2016
ASCII Strings within the Largest Known Prime Number
Someone on the Youtube Numberphile Channel was wondering if after converting the Largest Prime Number to base 26 (see previous post) would there be any interesting ASCII strings within the Number.
I think I have created a Unix Function that will do the conversion.
( echo "obase=16;"; echo "obase=26; 2^74207281-1" | bc | tr -d '\n\\' | sed 's/ /;65+/g' ) | bc | xxd -r -p
This will take a while (maybe several hours, or days), but if I find something interesting, I will report the results.
-- Home Page: https://WA0UWH.blogspot.com
Subscribe to:
Post Comments (Atom)
And this is how an infinite number of monkeys banging on typewriters type out the Gettysburg Address ....
ReplyDelete