Respuestas
Respuesta dada por:
2
Respuesta:
ahi eta la respuesta
Explicación paso a paso:
t=término
t(2) = t(1) * 1 = 1*1 = 1
t(3) = t(2) + 2 = 1 + 2 = 3
t(4) = t(3)*3 = 3*3 = 9
t(5) = t(4) + 4 = 9+4 = 13
t(6) = t(5)*5 = 13*5 = 65
t(7) = t(6) + 6 = 71
t(8) = t(7)*7 = 71*7 = 497
t(9) = t(8) + 8 = 497 + 8 =505
1,1,3,9,13,65,71,497,505
Preguntas similares
hace 6 años
hace 6 años
hace 8 años
hace 8 años
hace 8 años
hace 9 años