A274027 Numbers k such that k^4 is the average of a positive cube and a positive fifth power.
1, 162, 324, 3888, 11664, 18750, 31250, 32768, 38416, 40000, 160000, 167042, 168750, 253125, 373248, 607500, 911250, 1037232
Offset: 1
Examples
162 = 3*54 is a term because (3*54)^4 = ((18*54)^3 + 54^5)/2. 38416 = 14^4 is a term because (14^4)^4 = ((3*14^5)^3 + (14^3)^5)/2.
Programs
Extensions
a(11)-a(18) from Giovanni Resta, Jun 07 2016
Comments