The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A011931 a(n) = floor(n*(n-1)*(n-2)*(n-3)/21). 0
0, 0, 0, 0, 1, 5, 17, 40, 80, 144, 240, 377, 565, 817, 1144, 1560, 2080, 2720, 3497, 4429, 5537, 6840, 8360, 10120, 12144, 14457, 17085, 20057, 23400, 27144, 31320, 35960, 41097, 46765, 53001, 59840, 67320, 75480, 84360, 94001, 104445, 115737, 127920, 141040, 155144, 170280, 186497, 203845, 222377, 242144 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = +4*a(n-1) -6*a(n-2) +4*a(n-3) -a(n-4) +a(n-7) -4*a(n-8) +6*a(n-9) -4*a(n-10) +a(n-11). [R. J. Mathar, Apr 15 2010]
MATHEMATICA
Table[Floor[n (n - 1) (n - 2) (n - 3)/21], {n, 0, 30}] (* Wesley Ivan Hurt, Jun 18 2022 *)
CROSSREFS
Sequence in context: A146272 A147035 A146134 * A260981 A078866 A332689
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 May 23 09:59 EDT 2024. Contains 372760 sequences. (Running on oeis4.)