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!)
A011926 a(n) = floor(n*(n-1)*(n-2)*(n-3)/16). 0
0, 0, 0, 0, 1, 7, 22, 52, 105, 189, 315, 495, 742, 1072, 1501, 2047, 2730, 3570, 4590, 5814, 7267, 8977, 10972, 13282, 15939, 18975, 22425, 26325, 30712, 35626, 41107, 47197, 53940, 61380, 69564, 78540 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
From R. J. Mathar, Apr 15 2010: (Start)
G.f.: x^4*(x^4+1+2*x-3*x^2+2*x^3) / ((1-x)^5*(x^4+1) ).
a(n) = +5*a(n-1) -10*a(n-2) +10*a(n-3) -6*a(n-4) +6*a(n-5) -10*a(n-6) +10*a(n-7) -5*a(n-8) +a(n-9). (End)
PROG
(Magma) [Floor(n*(n-1)*(n-2)*(n-3)/16) : n in [0..100]]; // Wesley Ivan Hurt, Apr 20 2021
CROSSREFS
Sequence in context: A184629 A041215 A060822 * A101120 A151717 A188377
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 12 23:55 EDT 2024. Contains 372497 sequences. (Running on oeis4.)