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!)
A011892 [ n(n-1)(n-2)/10 ]. 1
0, 0, 0, 0, 2, 6, 12, 21, 33, 50, 72, 99, 132, 171, 218, 273, 336, 408, 489, 581, 684, 798, 924, 1062, 1214, 1380, 1560, 1755, 1965, 2192, 2436, 2697, 2976, 3273, 3590, 3927, 4284, 4662, 5061, 5483, 5928 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = +3*a(n-1) -3*a(n-2) +a(n-3) +a(n-5) -3*a(n-6) +3*a(n-7) -a(n-8). G.f.: x^4*(x^3+2) / ( (-1+x)^4*(x^4+x^3+x^2+x+1) ). [From R. J. Mathar, Apr 15 2010]
MATHEMATICA
CoefficientList[Series[x^4*(x^3+2)/((-1+x)^4*(x^4+x^3+x^2+x+1)), {x, 0, 50}], x] (* Vincenzo Librandi, Jul 07 2012 *)
PROG
(Magma) [Floor(n*(n-1)*(n-2)/10 ): n in [0..50]]; // Vincenzo Librandi, Jul 07 2012
CROSSREFS
Sequence in context: A352990 A184637 A022450 * A062482 A046960 A126428
KEYWORD
nonn,easy
AUTHOR
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)