a(1)=1. a(n+1) = Sum_{k=1..n} a(b(k,n)), where b(k,n) is the largest positive integer that, when written in binary, occurs as a substring in both binary k and binary n.
A175491
a(1)=1. a(n+1) = Sum_{k=1..n} a(b(k,n)), where b(k,n) is the largest positive integer that, when written in binary, occurs as a substring in both binary k and binary n.
Terms
- a(0) =1a(1) =1a(2) =2a(3) =4a(4) =7a(5) =11a(6) =17a(7) =25a(8) =35a(9) =49a(10) =64a(11) =89a(12) =122a(13) =174a(14) =235a(15) =286a(16) =334a(17) =407a(18) =473a(19) =581a(20) =690a(21) =824a(22) =976a(23) =1206a(24) =1449a(25) =1811a(26) =2183a(27) =2718a(28) =3306a(29) =4173
External references
- oeis: A175491