login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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; internal format)
OFFSET

1,1

MATHEMATICA

Table[FromDigits[Join[PadRight[{}, (n(n+1))/2, 1], PadRight[{}, (n(n+1))/2, 0], PadRight[{}, (n(n+1))/2, 1]]], {n, 6}] (* From Harvey P. Dale, Dec 11 2011 *)

CROSSREFS

Cf. A000217, 138711, A138179, A138721, A138722.

Sequence in context: A138120 A082521 A138826 * A006064 A015164 A204749

Adjacent sequences:  A138717 A138718 A138719 * A138721 A138722 A138723

KEYWORD

base,easy,nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Mar 29 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 23:45 EST 2012. Contains 205978 sequences.