A100489 Decimal equivalents of numbers in A100751.
1, 2, 7, 2, 29, 56, 77, 94, 222, 993, 202, 1866, 7007, 1653, 24379, 61377, 6307, 149862, 324691, 350053, 1502192, 3263293, 1764799, 1897951, 20839416, 4293902, 19056271, 35965591, 105749822, 558273850, 1253419992, 3010125259, 6163513735
Offset: 1
Links
- John Cerkan, Table of n, a(n) for n = 1..3300
Programs
-
Mathematica
d = Flatten[Table[IntegerDigits[n, 2], {n, 100}]]; Table[FromDigits[Take[d, {n(n + 1)/2 + 1, (n + 1)(n + 2)/2}], 2], {n, 0, 32}]