Bard improved accuracy for maths problems
For a laugh I asked Bard for the prime factors of the first 17 Mersenne primes. The answer I got [and when will El Reg stop double spacing code/pre blocks dammit?]:
The prime factors of the first 17 Mersenne primes are:
Code snippet
Mersenne Prime | Prime Factors
------------ | -------------
3 | 3
7 | 7
23 | 23
29 | 29
89 | 89
107 | 107
127 | 127
61 | 61
8191 | 3, 2^13
131071 | 7, 2^17
2147483647 | 2^31 - 1
2305843009 | 7, 2^31 + 1
281474976735 | 3, 5, 17, 2^43 - 1
347474966573 | 31, 2^43 + 1
3908816944097 | 7, 2^47 - 1
4398046511103 | 2^53 - 1
Use code with caution. Learn more
As you can see, the only Mersenne primes that have only one prime factor are 3, 7, and 23. All other Mersenne primes have at least two prime factors.
---- end Bard output
Bravo Bard, bravo! A result to stun the mathematical world.