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!)
A130211 Triangle read by rows: matrix product A054522 * A000012. 2
1, 2, 1, 3, 2, 2, 4, 3, 2, 2, 5, 4, 4, 4, 4, 6, 5, 4, 2, 2, 2, 7, 6, 6, 6, 6, 6, 6, 8, 7, 6, 6, 4, 4, 4, 4, 9, 8, 8, 6, 6, 6, 6, 6, 6, 10, 9, 8, 8, 8, 4, 4, 4, 4, 4, 11, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 12, 11, 10, 8, 6, 6, 4, 4, 4, 4, 4, 4, 13, 12, 12, 12, 12, 12, 12, 12, 12 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A054522 * A000012 as infinite lower triangular matrices.
T(n,n) = A000010(n).
EXAMPLE
First few rows of the triangle are:
1;
2, 1;
3, 2, 2;
4, 3, 2, 2;
5, 4, 4, 4, 4;
6, 5, 4, 2, 2, 2;
7, 6, 6, 6, 6, 6, 6;
8, 7, 6, 6, 4, 4, 4, 4;
...
MAPLE
A130211 := proc(n, k)
add( A054522(n, j), j=k..n) ;
end proc:
seq(seq(A130211(n, k), k=1..n), n=1..15) ; # R. J. Mathar, Aug 06 2016
CROSSREFS
Cf. A000010, A054522, A130212 (product with swapped order), A057660 (row sums).
Sequence in context: A029281 A126792 A097367 * A317207 A102364 A342774
KEYWORD
nonn,tabl,easy
AUTHOR
Gary W. Adamson, May 17 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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)