login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A293959 Construct a triangle T(n,k) (0 <= k <= n) of strings of integers, where T(0,0) = {0}, T(n,n) = {n}, and otherwise T(n,k) is the concatenation of T(n-1,k-1) and T(n-1,k). The sequence is obtained by reading across the rows of the triangle, concatenating the successive strings. 1
0, 0, 1, 0, 0, 1, 2, 0, 0, 0, 1, 0, 1, 2, 3, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 2, 0, 1, 2, 3, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 2, 0, 0, 1, 0, 1, 2, 0, 1, 2, 3, 0, 1, 2, 3, 4, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 2, 0, 0, 0, 1, 0, 0, 1, 0, 1, 2, 0, 0, 1, 0, 1, 2, 0, 1, 2, 3, 0, 0, 1, 0, 1, 2, 0, 1, 2, 3, 0, 1, 2, 3, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
The string T(n,k) contains binomial(n,k) numbers.
LINKS
EXAMPLE
The first few rows of the triangle (where the strings T(n,k) are shown without spaces for legibility) are:
0,
0,1,
0,01,2,
0,001,012,3,
0,0001,001012,0123,4,
0,00001,0001001012,0010120123,01234,5,
...
CROSSREFS
Subtracting 1 from each term gives A265754.
Cf. A007318.
Sequence in context: A319195 A003475 A248639 * A333146 A135767 A208575
KEYWORD
nonn,tabf
AUTHOR
N. J. A. Sloane, Nov 05 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)