a(0)=1. For n>=1, write n in binary. Let b(n,m) be the length of the m-th run of 0's or 1's, reading right to left. Then a(n) = product{m=1 to M} p(m)^b(n,m), where p(m) is the m-th prime, and M is the number of runs of 0's and 1's in binary n.
A163755
a(0)=1. For n>=1, write n in binary. Let b(n,m) be the length of the m-th run of 0's or 1's, reading right to left. Then a(n) = product{m=1 to M} p(m)^b(n,m), where p(m) is the m-th prime, and M is the number of runs of 0's and 1's in binary n.
Terms
- a(0) =1a(1) =2a(2) =6a(3) =4a(4) =12a(5) =30a(6) =18a(7) =8a(8) =24a(9) =90a(10) =210a(11) =60a(12) =36a(13) =150a(14) =54a(15) =16a(16) =48a(17) =270a(18) =1050a(19) =180a(20) =420a(21) =2310a(22) =630a(23) =120a(24) =72a(25) =450a(26) =1470a(27) =300a(28) =108a(29) =750
External references
- oeis: A163755