On considère l'algorithme suivant.
\boxed{
\begin{array} { l } { \text { Fonction Aire}(n):} \\
\quad \text A\leftarrow\frac{1}{n} \times \frac{1}{\sqrt{4 n^{2}+1}} \\
\quad \quad \text { Pour } k \text { allant de ... à ... } : \\
\quad \quad \quad \text A\leftarrow \\
\quad \quad \text { Fin Pour } \\
\quad \text { Retourner A } \\
\text {Fin Fonction}
\end{array}
}
1. Expliquer la 2e ligne de cet algorithme, puis le compléter afin qu'il retourne la valeur de \mathrm{A} pour une valeur de n donnée.