← RoseCode

ROSECODE 306

Googolmania

Philippe_57721 · Math ·

Define f(n) = the number of 0s before the last 1 in the binary representation of n
We have
100=11001002f(100)=2
1000=11111010002f(1000)=1
10000=100111000100002f(10000)=3

Let γ=10100(A googol)

Find n1=f(10γ) and n2=f(108×γ)

Answer format: n1,n2

[My timing: instant]