Computer Science, asked by TbiaSamishta, 11 months ago

Find the nth term of the series. 1,1,2,3,4,9,8,27,16,81,32,243,…. Please submit the code in other languages as well. in c

Answers

Answered by amannishad0512p5zxh6
0

Wrong series it does not follow any pattern

Answered by Sidyandex
0

Since the question asks us to find the nth term, i.e. generalize the sequence,

Let’s divide the sequence into two parts - even and odd. odd - 2 , 4 , 8 , 16 even - 3 , 9 , 27,

81 In case if you haven’t noticed,

then Let ‘n’ be the position/term in the sequence,

odd = The series can be described as power of ‘2’ even = The series can be described as power of ‘3’.

Similar questions