0
$\begingroup$

This is the trend:

1 -> 105

2 -> 120

3 -> 135

As you can see the numbers on the right start at 105 and increment by 15 each time. How to take the numbers on the left to produce the numbers on the right?

  • 2
    $n \mapsto 90+15n$. See https://en.wikipedia.org/wiki/Arithmetic_progression .2017-01-03

1 Answers 1

1

$f:\Bbb Z^+\to\Bbb Z^+$ where $f(x)=90+15x$. Note $\Bbb Z^+$ is the set of positive integers.