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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014205 (1/12)*(n+5)*(n+1)*n^2. 2
0, 1, 7, 24, 60, 125, 231, 392, 624, 945, 1375, 1936, 2652, 3549, 4655, 6000, 7616, 9537, 11799, 14440, 17500, 21021, 25047, 29624, 34800, 40625, 47151, 54432, 62524, 71485, 81375, 92256, 104192, 117249 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=2*C(n+4,4)-C(n+2,2), n=-1..32); # - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 02 2007

G.f.:x*(x^2-2*x-1)/(x-1)^5 [From Maksym Voznyy (voznyy(AT)mail.ru), Aug 10 2009]

MAPLE

seq(2*binomial(n+4, 4)-binomial(n+2, 2), n=-1..32); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 02 2007

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

CROSSREFS

Sequence in context: A024205 A008779 A062449 * A029585 A002969 A114291

Adjacent sequences:  A014202 A014203 A014204 * A014206 A014207 A014208

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 15 17:13 EST 2012. Contains 205828 sequences.