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!)
A011940 a(n) = floor(n(n-1)(n-2)(n-3)/30). 1
0, 0, 0, 0, 0, 4, 12, 28, 56, 100, 168, 264, 396, 572, 800, 1092, 1456, 1904, 2448, 3100, 3876, 4788, 5852, 7084, 8500, 10120, 11960, 14040, 16380, 19000, 21924, 25172, 28768, 32736, 37100, 41888, 47124 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
Index entries for linear recurrences with constant coefficients, signature (4, -6, 4, -1, 1, -4, 6, -4, 1).
FORMULA
From R. J. Mathar, Apr 15 2010: (Start)
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) + a(n-5) - 4*a(n-6) + 6*a(n-7) - 4*a(n-8) + a(n-9).
G.f.: 4*x^5*(x^2-x+1) / ((1-x)^5*(x^4+x^3+x^2+x+1) ). (End)
MATHEMATICA
CoefficientList[Series[4*x^5*(x^2-x+1)/((1-x)^5*(x^4+x^3+x^2+x+1)), {x, 0, 50}], x] (* Vincenzo Librandi, Jun 19 2012 *)
LinearRecurrence[{4, -6, 4, -1, 1, -4, 6, -4, 1}, {0, 0, 0, 0, 0, 4, 12, 28, 56}, 40] (* Harvey P. Dale, Nov 13 2017 *)
PROG
(Magma) [Floor( n*(n-1)*(n-2)*(n-3)/30): n in [0..40]]; // Vincenzo Librandi, Jun 19 2012
CROSSREFS
Equals 4 * A011795.
Sequence in context: A006000 A161216 A085622 * A223764 A102653 A102650
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 24 20:06 EDT 2024. Contains 371963 sequences. (Running on oeis4.)