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”).

A121896
Let M be the matrix defined in A111490. Sequence gives M(1,1), M(1,2)+M(1,2)+M(2,2), M(1,3)+M(2,3)+M(3,1)+M(3,2)+M(3,3), etc.
1
1, 4, 8, 14, 20, 30, 37, 51, 61, 76, 89, 111, 120, 146, 165, 187, 205, 239, 255, 293, 312, 344, 375, 421, 434, 479, 516, 558, 587, 645, 664, 726, 760, 812, 861, 919, 937, 1011, 1066, 1128, 1159, 1241, 1272, 1358, 1407, 1465, 1532, 1626, 1647, 1738, 1796, 1878
OFFSET
1,2
FORMULA
a(n) = -M(n,n) + Sum_{i=1..n} (M(i,n) + M(n,i)).
EXAMPLE
a(4) = 1+2+1+1+2+3+4 = 14.
CROSSREFS
Cf. A111490.
Sequence in context: A265284 A055507 A343880 * A368610 A375762 A173290
KEYWORD
easy,nonn
AUTHOR
STATUS
approved