Write n-th prime in binary, then increase each run of 0's by one 0, and increase each run of 1's by one 1. a(n) is the decimal equivalent of the result.
A319406
Write n-th prime in binary, then increase each run of 0's by one 0, and increase each run of 1's by one 1. a(n) is the decimal equivalent of the result.
Terms
- a(0) =12a(1) =7a(2) =51a(3) =15a(4) =103a(5) =115a(6) =195a(7) =199a(8) =207a(9) =243a(10) =63a(11) =1587a(12) =1635a(13) =1639a(14) =415a(15) =1843a(16) =487a(17) =499a(18) =775a(19) =783a(20) =3171a(21) =799a(22) =3271a(23) =3299a(24) =899a(25) =3635a(26) =911a(27) =3687a(28) =3699a(29) =963
External references
- oeis: A319406