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!)
A128219 A000012 * A127701. a(1) = 1, a(2) = 2, a(3) = 2; by rows, n-1 terms of 2, 3, 4, ... followed by "n". 1
1, 2, 2, 2, 3, 3, 2, 3, 4, 4, 2, 3, 4, 5, 5, 2, 3, 4, 5, 6, 6, 2, 3, 4, 5, 6, 7, 7, 2, 3, 4, 5, 6, 7, 8, 8, 2, 3, 4, 5, 6, 7, 8, 9, 9, 2, 3, 4, 5, 6, 7, 8, 9, 10, 10, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 11, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 12, 2, 3, 4, 5, 6 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A000012 * A127701 as infinite lower triangular matrices.
EXAMPLE
First few rows of the triangle:
1;
2, 2;
2, 3, 3;
2, 3, 4, 4;
2, 3, 4, 5, 5;
2, 3, 4, 5, 6, 6;
2, 3, 4, 5, 6, 7, 7;
...
MATHEMATICA
trm[i_]:=Join[Range[2, i], {i}]; Flatten[Table[trm[n], {n, 13}]] (* Harvey P. Dale, Nov 14 2012 *)
CROSSREFS
Cf. A000012, A127701, A034856 (row sums), A128220.
Sequence in context: A094528 A077774 A344150 * A238969 A238956 A331415
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Feb 19 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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)