|
|
#308
|
|
Coda
Developer
|
That's not really the right way to go about it. It's good that you're developing those insights, but it doesn't quite generalize -- your conclusions are too specific to be especially useful.
A better strategy is to look at the changes in the sequence.
If your sequence is 1 1 1 1 1 (or any constant number), then there are no n's.
Otherwise, find the differences between the steps. 1 2 3 4 5 -> 1 1 1 1, for example, or 1 3 6 10 15 -> 2 3 4 5. Repeat this process until you get to a constant number. Each time you go through this process, the order of the polynomial increases by one -- that is, 1 2 3 4 5 has an n1 term, 1 3 6 10 15 has an n2 term, and 1 16 19 39 69 91 has an n3 term (if I didn't screw up my math). And it sometimes helps to start from 0 instead of 1.
Games by Coda (updated 4/8/2025 - New game: Marianas Miner)
Art by Coda (updated 8/25/2022 - beatBitten and All-Nighter Simulator)
Mega Man: The Light of Will (Mega Man / Green Lantern crossover: In the lead-up to the events of Mega Man 2, Dr. Wily has discovered emotional light technology. How will his creations change how humankind thinks about artificial intelligence? Sadly abandoned. Sufficient Velocity x-post)
|
|
Posted 04-07-2017, 12:41 AM
|
|
|