Is it possible to find formula of the sequence?

asked 2023-08-11 21:46:34 +0100

Alfred gravatar image

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.

edit retag flag offensive close merge delete

Comments

What is "+" ?

Max Alekseyev gravatar imageMax Alekseyev ( 2023-08-12 16:20:32 +0100 )edit

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 gravatar imageJohn Palmieri ( 2023-08-13 18:35:34 +0100 )edit

@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 ??

Alfred gravatar imageAlfred ( 2023-08-19 07:06:56 +0100 )edit

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.

John Palmieri gravatar imageJohn Palmieri ( 2023-08-19 17:17:24 +0100 )edit