OFFSET
1,1
COMMENTS
If any prime power P = p^k (where p is prime and k >= 1) is in the sequence, then so is p^j for all j > k.
The sequence appears to consist of all numbers > 4 that are powers of 2, 3, 7, or 13, and all powers of 31 except 31 itself.
It appears that this sequence differs from the similar sequence for sums of five sixth powers only in that that sequence does not contain any powers of 31.
Conjecture: the largest prime in the sequence is 13.
EXAMPLE
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
KEYWORD
nonn,more
AUTHOR
Jon E. Schoenfield, Jul 11 2017
EXTENSIONS
a(30)-a(44) added (using b-file for A289631 from Giovanni Resta) by Jon E. Schoenfield, Jul 15 2017
STATUS
approved