A289760 Prime powers P for which the number of modulo P residues among sums of four sixth powers is less than P.
7, 8, 9, 13, 16, 27, 32, 49, 64, 81, 128, 169, 243, 256, 343, 512, 729, 961, 1024, 2048, 2187, 2197, 2401, 4096, 6561, 8192, 16384, 16807, 19683, 28561, 29791, 32768, 59049, 65536, 117649, 131072, 177147, 262144, 371293, 524288, 531441, 823543, 923521, 1048576
Offset: 1
Examples
5 is not in the sequence because (i^6 + j^6 + k^6 + m^6) mod 5, where j, k, and m are integers, can take on all 5 values 0..4. 7 is in the sequence because (i^6 + j^6 + k^6 + m^6) mod 7 can take on only 5 values (0..4), not 7. 14 is not in the sequence because -- although (i^6 + j^6 + k^6 + m^6) mod 14 can take on only the 10 (not 14) values 0, 1, 2, 3, 4, 7, 8, 9, 10, and 11 -- 14 is not a prime power.
Crossrefs
Extensions
a(30)-a(44) added (using b-file for A289631 from Giovanni Resta) by Jon E. Schoenfield, Jul 15 2017
Comments