|
Search: id:A130861
|
|
|
| A130861 |
|
Ratio of Sum of k^2-1 to sum of k made into an integer sequence: (n-1)*(2*n+5). |
|
+0 7
|
|
| 0, 9, 22, 39, 60, 85, 114, 147, 184, 225, 270, 319, 372, 429, 490, 555, 624, 697, 774, 855, 940, 1029, 1122, 1219, 1320, 1425, 1534, 1647, 1764, 1885
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
FORMULA
|
a(n) = 3*(n + 1)*Sum[k^2 - 1, {k, 1, n}]/Sum[k, {k, 1, n}]=(-1 + n) (5 + 2 n)
G.f.: x^2*(-9+5*x)/(-1+x)^3. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 14 2007
|
|
MATHEMATICA
|
f0[n_] = 3*(n + 1)*Sum[k^2 - 1, {k, 1, n}]/Sum[k, {k, 1, n}]; Table[f0[n], {n, 1, 30}]
|
|
CROSSREFS
|
Adjacent sequences: A130858 A130859 A130860 this_sequence A130862 A130863 A130864
Sequence in context: A137340 A075640 A050860 this_sequence A049730 A131895 A113519
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Roger L Bagula (rlbagulatftn(AT)yahoo.com), Jul 22 2007
|
|
|
Search completed in 0.002 seconds
|