this post was submitted on 29 Jul 2023
831 points (97.4% liked)

Memes

45131 readers
1323 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 1 year ago* (last edited 1 year ago) (1 children)

It'll just be one fewer junctions. 2^n is always one more than the sum of 2^1+...2^(n-1)

[–] [email protected] 1 points 1 year ago

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.