this post was submitted on 29 Jul 2023
        
      
      832 points (97.4% liked)
      Memes
    52986 readers
  
      
      1129 users here now
      Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
        founded 6 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
 
          
          
It'll just be one fewer junctions. 2^n is always one more than the sum of 2^1+...2^(n-1)
I think you have to include 2^0 for that to be true?
e.g 2^0 = 1, 2^1 = 2 2^0 + 2^1 = 1 + 2 = 3, 2^2 = 4 … 7, 8 15,16 31, 32 etc.