ROSECODE 515
Binary sequences
Let be the number of binary sequences containing:
== 24 :
What is ?
Answer format: the last 10 digits before the trailing 0 of this large number.
You are given 7741694224 for
times the digit '0' times the digit '1' times the sequence '00' times the sequence '11'
- 0 0 0 1 0 1 1 1 1
- 0 0 0 1 1 0 1 1 1
- 0 0 0 1 1 1 0 1 1
- 0 0 0 1 1 1 1 0 1
- 0 0 1 0 0 1 1 1 1
- 0 0 1 1 0 0 1 1 1
- 0 0 1 1 1 0 0 1 1
- 0 0 1 1 1 1 0 0 1
- 0 1 0 0 0 1 1 1 1
- 0 1 1 0 0 0 1 1 1
- 0 1 1 1 0 0 0 1 1
- 0 1 1 1 1 0 0 0 1
- 1 0 0 0 1 1 1 1 0
- 1 0 0 1 1 1 1 0 0
- 1 0 1 1 1 1 0 0 0
- 1 1 0 0 0 1 1 1 0
- 1 1 0 0 1 1 1 0 0
- 1 1 0 1 1 1 0 0 0
- 1 1 1 0 0 0 1 1 0
- 1 1 1 0 0 1 1 0 0
- 1 1 1 0 1 1 0 0 0
- 1 1 1 1 0 0 0 1 0
- 1 1 1 1 0 0 1 0 0
- 1 1 1 1 0 1 0 0 0
What is
Answer format: the last 10 digits before the trailing 0 of this large number.
You are given 7741694224 for