|
|
A138720
|
|
Concatenation of k digits 1, k digits 0 and k digits 1, where k is the n-th positive triangular number.
|
|
4
|
|
|
101, 111000111, 111111000000111111, 111111111100000000001111111111, 111111111111111000000000000000111111111111111, 111111111111111111111000000000000000000000111111111111111111111
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
|
|
MATHEMATICA
|
Table[c=(n(n+1))/2; FromDigits[Join[PadRight[{}, c, 1], PadRight[{}, c, 0], PadRight[{}, c, 1]]], {n, 10}] (* Harvey P. Dale, Oct 15 2013 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|