A119389 Numerator of (1^2/n + 2^2/(n-1) + ... + k^2/(n-k+1) + ... + (n-1)^2/2 + n^2/1).
1, 9, 34, 265, 186, 1141, 2868, 31401, 18635, 477301, 91192, 8051069, 4508441, 3336145, 22048024, 410111791, 223063947, 3057889621, 823596665, 706952715, 125961187, 6173866701, 9838037952, 521135614075, 275363139571
Offset: 1
Programs
-
Mathematica
Numerator[Table[Sum[k^2/(n-k+1),{k,1,n}],{n,1,50}]]
Comments