Tue May 20 21:37:39 2025 four_fifths_test(): python version: 3.10.12 numpy version: 1.26.4 four_fifths() seeks a solution of the four fifths problem: Are there integers a, b, c, d and e such that a^5 + b^5 + c^5 + d^5 = e^5 ? Result: 27^5 + 84^5 + 110^5 + 133^5 = 144^5 A solution was found after 11633974 combinations were checked. four_fifths_test(): Normal end of execution. Tue May 20 21:37:56 2025