How would I transition from number to number smoothly, for example: Lets say I have a starting number of 3, and a ending number of 34 using only 8 numbers.
How would you make a formula to transition from 3 to 34 smoothly with 8 numbers like so:
3, 7, 12, 16, 21, 25, 29, 34
Or lets say we want have 15 numbers starting at 3 and ending at 34:
3, 5, 7, 10, 12, 14, 16, 18, 21, 23, 25, 27, 29, 32, 34
Would anyone know a mathematical formula for this that would work in Microsoft Excel?
I could not get close to any sort of formula nor could I find a formula for anything like this anywhere?
I made the solution to work with @Rahul's formulas, I go it to work in excel so I made a python script that does this for anyone looking for the code.
I know this isn't a programming forum but there might be students or people looking for code to do this, I hope this helps anyone looking for this in the future. :)
Thank you!