823,543 The pattern is n to the nth power.
256
3125, 46656 This is the sequence I used: * 1 = 11 * 4 = 22 * 27 = 33 * 256 = 44 * 3125 = 55 * 46,656 = 66 * and so on...
A sequence of squares: n to the nth power
46656 as it is 6 to the power of 6. Each in turn is the result of a number to the power of itself.
int main (void) { puts ("1 4 27 256 3125"); return 0; }
823,543 The pattern is n to the nth power.
44 = 256
11 = 1 22 = 4 33 = 27 44 = 256 55 = 3125
256
3125, 46656 This is the sequence I used: * 1 = 11 * 4 = 22 * 27 = 33 * 256 = 44 * 3125 = 55 * 46,656 = 66 * and so on...
27
A sequence of squares: n to the nth power
312511 = 122 = 433 = 2744 = 25655 = 3125
46656 as it is 6 to the power of 6. Each in turn is the result of a number to the power of itself.
missing number is 256 1, 4, 27, 256, 3,125 then 46,656, 823,543 and so on ... 1¹ = 1 2² = 2 x 2 = 4 3³ = 3 x 3 x 3 = 27 so 4 x 4 x 4 x 4 = 16 x 16 = 36 + 60 + 160 = 256
1st term is 1 to the power of 1 = 1 2nd term is 2 to the power of 2 = 4 3rd term is 3 to the power of 3 = 27 4th term is 4 to the power of 4 = 256