login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A086460
Square array read by antidiagonals: T(n,k)=nk+0^n.
2
1, 1, 0, 1, 1, 0, 1, 2, 2, 0, 1, 3, 4, 3, 0, 1, 4, 6, 6, 4, 0, 1, 5, 8, 9, 8, 5, 0, 1, 6, 10, 12, 12, 10, 6, 0, 1, 7, 12, 15, 16, 15, 12, 7, 0, 1, 8, 14, 18, 20, 20, 18, 14, 8, 0, 1, 9, 16, 21, 24, 25, 24, 21, 16, 9, 0, 1, 10, 18, 24, 28, 30, 30, 28, 24, 18, 10, 0, 1, 11, 20, 27, 32, 35, 36
OFFSET
0,8
COMMENTS
Rows include A028310, A004277, A008486, A008574, A008706, A008458. Main diagonal is n^2+0^n (A000290, preceded by extra 1). Inverse binomial transform of array A049513.
FORMULA
T(n, k)=nk+0^n
EXAMPLE
Rows begin
1 0 0 0 0 ...
1 1 2 3 4 ...
1 2 4 6 8 ...
1 3 6 9 12 ...
1 4 8 12 16 ...
CROSSREFS
Sequence in context: A220074 A059259 A124394 * A321884 A136431 A182888
KEYWORD
easy,nonn,tabl
AUTHOR
Paul Barry, Jul 21 2003
STATUS
approved