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!)
A134868 A103451 * A002260. 2
1, 2, 2, 2, 2, 3, 2, 2, 3, 4, 2, 2, 3, 4, 5, 2, 2, 3, 4, 5, 6, 2, 2, 3, 4, 5, 6, 7, 2, 2, 3, 4, 5, 6, 7, 8, 2, 2, 3, 4, 5, 6, 7, 8, 9, 2, 2, 3, 4, 5, 6, 7, 8, 9, 10, 2, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 2, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 2, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Row sums = A134869: (1, 4, 7, 11, 16, 22, 29, ...).
LINKS
FORMULA
A103451 * A002260 as infinite lower triangular matrices.
Left border of A002260, (1, 1, 1, 1, ...) is replaced by (1, 2, 2, 2, ...).
EXAMPLE
First few rows of the triangle:
1;
2, 2;
2, 2, 3;
2, 2, 3, 4;
2, 2, 3, 4, 5;
...
MATHEMATICA
Table[k + Boole[k == 1 && n != 2], {n, 2, 14}, {k, n - 1}] // Flatten (* Michael De Vlieger, Jul 19 2016 *)
CROSSREFS
Sequence in context: A067595 A184721 A369705 * A322861 A237259 A235614
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Nov 14 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 April 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)