Is it possible to find formula of the sequence?
Input data,:
C = A "+" B
A: 0111 ,- 4 digits
B : 100010 ,- 6 digits
result : C: 0101010101 ,10 digits
C, is permanent constant !
How to calculate B, from A and C ?
What is a logic formula, "how to do it this ?".
Start of A,B,C is first ( left) numbers.
What is "+" ?
This question is confusing. Are you asking how to find B, given A and C and a formula for combining A and B to get C, or are you asking how to find the formula, given A, B, and C?
@John Palmieri, I need find B from given A and C. Help me please ? I have no formula, I need formula or algorithm or code in Python or Sage ??
If you had many examples of A, B, C, or if you had more information about the type of formula, then someone might be able to help you, but I see no way to answer the question as it stands. It's like asking, "What is the missing number in the sequence "0, _, 5"? There is not enough information here.