[~/misc]$ cat primeWords.txt | tr -cs "[:alpha:]" "\n" | uniq | wc
2560 2560 21156
[~/misc]$ cat primeWords.txt | tr -cs "[:alpha:]" "\n" | uniq | grep "ED$" | wc
843 843 7594The Prime Lexicon: A list of English words that are prime in base 36
21–30 of 31 posts
Re: The Prime Lexicon: A list of English words that are prime in base 36
#22Re: The Prime Lexicon: A list of English words that are prime in base 36
#23Re: The Prime Lexicon: A list of English words that are prime in base 36
#24One of the words is halloween. How fitting.
Re: The Prime Lexicon: A list of English words that are prime in base 36
#25It seems fitting that 'zen' is prime.
Re: The Prime Lexicon: A list of English words that are prime in base 36
#26I'm a little confused...why did he use base 36 instead of base 26? Aren't there only 26 letters we need to convert to numbers?
Re: The Prime Lexicon: A list of English words that are prime in base 36
#27Since this is a clearly meaningless list, it doesn't really need to be sorted alphabetically. I think it would have been more fitting to sort the list numerically.
Re: The Prime Lexicon: A list of English words that are prime in base 36
#28Since this is a clearly meaningless list, it doesn't really need to be sorted alphabetically. I think it would have been more fitting to sort the list numerically.
Re: The Prime Lexicon: A list of English words that are prime in base 36
#29Re: The Prime Lexicon: A list of English words that are prime in base 36
#30Since this is a clearly meaningless list, it doesn't really need to be sorted alphabetically. I think it would have been more fitting to sort the list numerically.
Won't numerically and alphabetically in this case be almost identical?