Below is the table of values of a function. Write the output when the input is n.

input 1, 3 ,7 ,n
output 2, 6 , 14, __

The output when the input is n would be 2n.