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!)
A011889 a(n) = floor(n*(n-1)*(n-2)/7). 1
0, 0, 0, 0, 3, 8, 17, 30, 48, 72, 102, 141, 188, 245, 312, 390, 480, 582, 699, 830, 977, 1140, 1320, 1518, 1734, 1971, 2228, 2507, 2808, 3132, 3480, 3852, 4251, 4676, 5129, 5610, 6120, 6660, 7230, 7833, 8468 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Index entries for linear recurrences with constant coefficients, signature (3,-3,1,0,0,0,1,-3,3,-1). [R. J. Mathar, Apr 15 2010]
FORMULA
From R. J. Mathar, Apr 15 2010: (Start)
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) + a(n-7) - 3*a(n-8) + 3*a(n-9) - a(n-10).
G.f.: x^4*(3-x+2*x^2+x^4+x^5) / ( (-1+x)^4*(1+x+x^2+x^3+x^4+x^5+x^6) ). (End)
MATHEMATICA
CoefficientList[Series[x^4*(3-x+2*x^2+x^4+x^5)/((-1+x)^4*(1+x+x^2+x^3+ x^4+x^5+x^6)), {x, 0, 50}], x] (* Vincenzo Librandi Jul 07 2012 *)
PROG
(Magma) [Floor(n*(n-1)*(n-2)/7): n in [0..50]]; // Vincenzo Librandi, Jul 07 2012
CROSSREFS
Sequence in context: A059518 A024929 A033816 * A188426 A349975 A105163
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 25 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)