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!)
A134403 Triangle read by rows: row n consists of (n, n, (n+1), (n+2), (n+3), ...). 3
0, 1, 1, 2, 2, 3, 3, 3, 4, 5, 4, 4, 5, 6, 7, 5, 5, 6, 7, 8, 9, 6, 6, 7, 8, 9, 10, 11, 7, 7, 8, 9, 10, 11, 12, 13, 8, 8, 9, 10, 11, 12, 13, 14, 15, 9, 9, 10, 11, 12, 13, 14, 15, 16, 17, 10, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 11, 11, 12, 13, 14, 15, 16 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Row sums = A005449: (0, 2, 7, 15, 26, 40, 57, ...).
LINKS
FORMULA
EXAMPLE
First few rows of the triangle:
0;
1, 1;
2, 2, 3;
3, 3, 4, 5;
4, 4, 5, 6, 7;
5, 5, 6, 7, 8, 9;
6, 6, 7, 8, 9, 10, 11;
7, 7, 8, 9, 10, 11, 12, 13;
...
MATHEMATICA
Table[{n, n+Range[0, n-1]}, {n, 0, 20}]//Flatten (* Harvey P. Dale, Dec 26 2020 *)
CROSSREFS
Sequence in context: A165103 A281579 A194311 * A124882 A262518 A085578
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Oct 23 2007
EXTENSIONS
Leading term changed from 1 to 0 by N. J. A. Sloane, Apr 06 2008
Corrected and extended by Harvey P. Dale, Dec 26 2020
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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)