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!)
A135840 A135839 * A000012 as infinite lower triangular matrices. 2
1, 2, 1, 2, 1, 1, 3, 2, 1, 1, 3, 2, 2, 1, 1, 4, 3, 2, 2, 1, 1, 4, 3, 3, 2, 2, 1, 1, 5, 4, 3, 3, 2, 2, 1, 1, 5, 4, 4, 3, 3, 2, 2, 1, 1, 6, 5, 4, 4, 3, 3, 2, 2, 1, 1, 6, 5, 5, 4, 4, 3, 3, 2, 2, 1, 1, 7, 6, 5, 5, 4, 4, 3, 3, 2, 2, 1, 1, 7, 6, 6, 5, 5, 4, 4, 3, 3, 2, 2, 1, 1, 8, 7, 6, 6, 5, 5, 4, 4, 3, 3, 2, 2, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Row sums = A004652 starting (1, 3, 4, 7, 9, 13, 16, 21, ...).
LINKS
FORMULA
T(1, 1) = 1, T(n, 1) = floor((n + 2)/2), T(n, n) = 1, T(n, k) = floor((n - k + 2)/2). - G. C. Greubel, Dec 05 2016
EXAMPLE
First few rows of the triangle:
1;
2, 1;
2, 1, 1;
3, 2, 1, 1;
3, 2, 2, 1, 1;
4, 3, 2, 2, 1, 1;
4, 3, 3, 2, 2, 1, 1;
5, 4, 3, 3, 2, 2, 1, 1;
...
MATHEMATICA
T[1, 1] := 1; T[n_, 1] := Floor[(n + 2)/2]; T[n_, n_] := 1; T[n_, k_] := Floor[(n - k + 2)/2]; Table[T[n, k], {n, 1, 8}, {k, 1, n}]//Flatten (* G. C. Greubel, Dec 05 2016 *)
CROSSREFS
Sequence in context: A135539 A240060 A129264 * A228570 A173305 A233867
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Dec 01 2007
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 May 11 05:15 EDT 2024. Contains 372388 sequences. (Running on oeis4.)