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!)
A135841 A000012 * A135839 as infinite lower triangular matrices. 3
1, 2, 1, 3, 1, 1, 4, 2, 1, 1, 5, 2, 2, 1, 1, 6, 3, 2, 2, 1, 1, 7, 3, 3, 2, 2, 1, 1, 8, 4, 3, 3, 2, 2, 1, 1, 9, 4, 4, 3, 3, 2, 2, 1, 1, 10, 5, 4, 4, 3, 3, 2, 2, 1, 1, 11, 5, 5, 4, 4, 3, 3, 2, 2, 1, 1, 12, 6, 5, 5, 4, 4, 3, 3, 2, 2, 1, 1, 13, 6, 6, 5, 5, 4, 4, 3, 3, 2, 2, 1, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Row sums = A024206: (1, 3, 5, 8, 11, 15, 19, ...).
LINKS
FORMULA
T(1, 1) = 1, T(n, 1) = n, T(n, n) = 1, T(n, k) = floor((n - k + 2)/2). - G. C. Greubel, Dec 06 2016
EXAMPLE
First few rows of the triangle:
1;
2, 1;
3, 1, 1;
4, 2, 1, 1;
5, 2, 2, 1, 1;
6, 3, 2, 2, 1, 1;
7, 3, 3, 2, 2, 1, 1;
...
MATHEMATICA
T[1, 1] := 1; T[n_, 1] := n; T[n_, n_] := 1; T[n_, k_] := Floor[(n - k + 2)/2]; Table[T[n, k], {n, 1, 15}, {k, 1, n}]//Flatten (* G. C. Greubel, Dec 06 2016 *)
CROSSREFS
Sequence in context: A141294 A174557 A010766 * A210992 A220484 A174066
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Dec 01 2007
EXTENSIONS
Terms a(56) and beyond from G. C. Greubel, Dec 06 2016
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)