login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129936 a(n) = (n-2)*(n+3)*(n+2)/6. 5
-2, -2, 0, 5, 14, 28, 48, 75, 110, 154, 208, 273, 350, 440, 544, 663, 798, 950, 1120, 1309, 1518, 1748, 2000, 2275, 2574, 2898, 3248, 3625, 4030, 4464, 4928, 5423, 5950, 6510, 7104, 7733, 8398, 9100, 9840, 10619, 11438, 12298, 13200, 14145, 15134, 16168, 17248 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Essentially the same as A005586.
LINKS
FORMULA
a(n) = binomial(n + 3, 3) - (n + 3)*(n + 2)/2.
a(n) = A214292(n+2,2). - Reinhard Zumkeller, Jul 12 2012
G.f.: (x^3-4*x^2+6*x-2)/(x-1)^4. - Colin Barker, Sep 05 2012
a(n) = Sum_{i=1..n+2} i*(n-i+1). - Wesley Ivan Hurt, Sep 21 2013
a(n+2) = A000292(n+1) + A034856(n), n>0. - Wesley Ivan Hurt, Sep 21 2013
From Amiram Eldar, Sep 26 2022: (Start)
Sum_{n>=3} 1/a(n) = 77/200.
Sum_{n>=3} (-1)^(n+1)/a(n) = 363/200 - 12*log(2)/5. (End)
MAPLE
seq(sum(i*(k-i+1), i=1..k+2), k=0..99); # Wesley Ivan Hurt, Sep 21 2013
MATHEMATICA
f[n_] = Binomial[n + 3, 3] - (n + 3)*(n + 2)/2; Table[f[n], {n, 0, 30}]
LinearRecurrence[{4, -6, 4, -1}, {-2, -2, 0, 5}, 50] (* Harvey P. Dale, Jul 03 2020 *)
PROG
(PARI) a(n)=(n-2)*(n+3)*(n+2)/6 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A100334 A277295 A254749 * A253180 A295214 A221408
KEYWORD
easy,sign
AUTHOR
Roger L. Bagula, Jun 09 2007
EXTENSIONS
More terms from Wesley Ivan Hurt, Sep 21 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)