a(n) = Product_{k=1..n} 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.
A175490
a(n) = Product_{k=1..n} 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) =2a(2) =3a(3) =8a(4) =20a(5) =144a(6) =63a(7) =256a(8) =1152a(9) =1600a(10) =118800a(11) =995328a(12) =8424000a(13) =12192768a(14) =178605a(15) =1048576a(16) =8912896a(17) =21233664a(18) =27572576256a(19) =13107200000a(20) =537600000
External references
- oeis: A175490