login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130861 Ratio of Sum of k^2-1 to sum of k made into an integer sequence: (n-1)*(2*n+5). 8
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, 2010, 2139, 2272, 2409, 2550, 2695, 2844, 2997, 3154, 3315, 3480, 3649, 3822, 3999, 4180, 4365 (list; graph; refs; listen; history; internal format)
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

a(n)=a(n-1)+4*n+1 (with a(1)=0) [From Vincenzo Librandi, Nov 23 2010]

MAPLE

with(finance):seq(add(cashflows([n, k, k], 0), k=3..n), n=2..30); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 22 2008]

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

Sequence in context: A050860 A177458 A154528 * A049730 A131895 A197498

Adjacent sequences:  A130858 A130859 A130860 * A130862 A130863 A130864

KEYWORD

nonn

AUTHOR

Roger L Bagula (rlbagulatftn(AT)yahoo.com), Jul 22 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 14:36 EST 2012. Contains 205512 sequences.