Aditya sent a chain letter to $100$ of his friends and asked them to forward it to their friends. Each day since then, the number of people who received the letter was $20\%$ more than the day before.
Let $g(n)$ be the number of people who received the letter on the $n^\text{th}$ day since Aditya sent it.
**$g$ is a sequence. What kind of sequence is it?**
[[☃ radio 1]]
**Complete the recursive formula for $g(n)$.**
$g(1)=$ [[☃ input-number 3]]
$g(n)=g(n-1)$[[☃ dropdown 1]][[☃ input-number 4]]