- #1
- 10
- 0
please guide me on how to discover the formula for this sequence --> 1,2,1,2,3,4,1,2,3,4,5,6,1,2,3,4,5,6,7,8,...
responses are highly appreciated.
responses are highly appreciated.
I don't understand how you would continue this sequence as 10,11,12,... are not digits. This makes it improvable that you have a sequence of recurring digits.please guide me on how to discover the formula for this sequence --> 1,2,1,2,3,4,1,2,3,4,5,6,1,2,3,4,5,6,7,8,...
responses are highly appreciated.
There is either not enough information or the process repeats modulo 10.I don't understand how you would continue this sequence as 10,11,12,... are not digits. This makes it improvable that you have a sequence of recurring digits.
Why does it matter that they are not digits? why can't you have:I don't understand how you would continue this sequence as 10,11,12,... are not digits. This makes it improvable that you have a sequence of recurring digits.
OEIS is the answer to all these kinds of questions.I don't understand how you would continue this sequence as 10,11,12,... are not digits. This makes it improvable that you have a sequence of recurring digits.
I was confused by the title in which the op called it a sequence with recurring digits rather than a sequence of numbers. It is not a sequence of digits because the 30th term is 10 which is not a digit.Why does it matter that they are not digits? why can't you have:
......1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11,12,13,14.......
for example? If you really need a sequence of digits rather than numbers you can just take out the commas:
......1234567891011121234567891011121314.......
See the link in the SteveL27 post 6. That link includes a formula for the nth term of the series. I don't think there is a more detailed treatment than that.some more detailed answer/s please.