Réponse :
salut
a)
u_0=8
u_1= 2*8-5= 11
u_2= 2*11-5= 17
u_3=2*17-5= 29
b) u(10)= 3077
c) pour cette question en général on utilise un algorithme
programme TI
8 -> U
0 -> N
while U < 50000
2*U-5 -> U
N+1 -> N
End
Disp N
sortie algorithme n=15
plus petit entier naturel tel que u(n) > 50000 pour n=15
Explications étape par étape