PE-CN / pe-cn-comments

2 stars 0 forks source link

Problem 811 | Project Euler | #813

Open sx349 opened 2 years ago

sx349 commented 2 years ago

https://pe-cn.github.io/811/

Problem 811 Bitwise RecursionLet $b(n)$ be the largest power of $2$ that divides $n$. For example $b(24) = 8$. Define the recursive function:\begin{aligned}\begin{split}A(0) & = 1\A(2n) & =