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!)
A289643 n*(2*n+1)*binomial(n+2,n)/3. 0
0, 3, 20, 70, 180, 385, 728, 1260, 2040, 3135, 4620, 6578, 9100, 12285, 16240, 21080, 26928, 33915, 42180, 51870, 63140, 76153, 91080, 108100, 127400, 149175, 173628, 200970, 231420, 265205, 302560, 343728, 388960, 438515, 492660, 551670, 615828, 685425, 760760, 842140 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
S. Butler, P. Karasik, A note on nested sums, J. Int. Seq. 13 (2010), 10.4.4, p=2 in the first displayed equation on page 4.
FORMULA
G.f.: -x*(3+5*x)/(x-1)^5 .
a(n) = 3*A000332(n+3)+5*A000332(n+2) .
MATHEMATICA
Table[n(2n+1) Binomial[n+2, n]/3, {n, 0, 40}] (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {0, 3, 20, 70, 180}, 40] (* Harvey P. Dale, May 18 2019 *)
CROSSREFS
Sequence in context: A067600 A348208 A160456 * A196741 A196899 A006411
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Jul 09 2017
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)