login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A100489
Decimal equivalents of numbers in A100751.
2
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,2
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}]
CROSSREFS
Sequence in context: A282106 A282260 A217202 * A176379 A282454 A282655
KEYWORD
base,nonn
AUTHOR
STATUS
approved