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!)
A011928 a(n) = floor(n(n-1)(n-2)(n-3)/18). 0
0, 0, 0, 0, 1, 6, 20, 46, 93, 168, 280, 440, 660, 953, 1334, 1820, 2426, 3173, 4080, 5168, 6460, 7980, 9753, 11806, 14168, 16866, 19933, 23400, 27300, 31668, 36540, 41953, 47946, 54560, 61834, 69813, 78540, 88060, 98420, 109668, 121853, 135026, 149240 (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, 0, 0, 0, 0, 1, -4, 6, -4, 1).
FORMULA
From Chai Wah Wu, Aug 02 2020: (Start)
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) + a(n-9) - 4*a(n-10) + 6*a(n-11) - 4*a(n-12) + a(n-13) for n > 12.
G.f.: x^4*(-x^8 - 2*x^7 - 2*x^6 + 2*x^5 - 6*x^4 + 2*x^3 - 2*x^2 - 2*x - 1)/((x - 1)^5*(x^2 + x + 1)*(x^6 + x^3 + 1)). (End)
MATHEMATICA
Table[Floor[n(n - 1)(n - 2)(n - 3)/18], {n, 0, 50}] (* Stefan Steinerberger, Apr 25 2006 *)
PROG
(PARI) a(n)=n*(n-1)*(n-2)*(n-3)\18 \\ Charles R Greathouse IV, Oct 18 2022
CROSSREFS
Sequence in context: A048969 A353692 A005564 * A055455 A203552 A331754
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Stefan Steinerberger, Apr 25 2006
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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)