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

 


A011842
a(n) = floor(n(n-1)(n-2)/24).
2
0, 0, 0, 0, 1, 2, 5, 8, 14, 21, 30, 41, 55, 71, 91, 113, 140, 170, 204, 242, 285, 332, 385, 442, 506, 575, 650, 731, 819, 913, 1015, 1123, 1240, 1364, 1496, 1636, 1785, 1942, 2109, 2284, 2470, 2665, 2870, 3085
OFFSET
0,6
FORMULA
From R. J. Mathar, Apr 15 2010: (Start)
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) + a(n-8) - 3*a(n-9) + 3*a(n-10) - a(n-11).
G.f.: x^4*(x^2-x+1)*(x^4-x^3+x^2+1) / ( (-1+x)^4*(1+x)*(x^2+1)*(x^4+1) ). (End)
a(n) = floor(binomial(n+1,4)/(n+1)). - Gary Detlefs, Nov 23 2011
MAPLE
seq(floor(binomial(n, 3)/4), n=0..43); # Zerinvary Lajos, Jan 12 2009
CROSSREFS
A column of triangle A011847.
Sequence in context: A274523 A165189 A358055 * A000094 A182377 A327380
KEYWORD
nonn
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 23 21:52 EDT 2024. Contains 376183 sequences. (Running on oeis4.)