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!)
A011903 a(n) = floor(n*(n-1)*(n-2)/21). 1

%I #23 May 03 2023 11:49:23

%S 0,0,0,0,1,2,5,10,16,24,34,47,62,81,104,130,160,194,233,276,325,380,

%T 440,506,578,657,742,835,936,1044,1160,1284,1417,1558,1709,1870,2040,

%U 2220,2410,2611,2822,3045,3280

%N a(n) = floor(n*(n-1)*(n-2)/21).

%H Vincenzo Librandi, <a href="/A011903/b011903.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1,0,0,0,1,-3,3,-1). [From _R. J. Mathar_, Apr 15 2010]

%F From _R. J. Mathar_, Apr 15 2010: (Start)

%F 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).

%F G.f.: x^4*(x^5-x^4+2*x^2-x+1) / ( (-1+x)^4*(x^6+x^5+x^4+x^3+x^2+x+1) ). (End)

%t CoefficientList[Series[x^4*(x^5-x^4+2*x^2-x+1)/((-1+x)^4*(x^6+x^5+x^4+ 5x^3+x^2+x+1)),{x,0,10}],x] (* _Vincenzo Librandi_, Jul 07 2012 *)

%t LinearRecurrence[{3,-3,1,0,0,0,1,-3,3,-1},{0,0,0,0,1,2,5,10,16,24},60] (* _Harvey P. Dale_, May 03 2023 *)

%o (Magma) [Floor(n*(n-1)*(n-2)/21): n in [0..50]]; // _Vincenzo Librandi_, Jul 07 2012

%K nonn,easy

%O 0,6

%A _N. J. A. Sloane_

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 17 10:20 EDT 2024. Contains 372594 sequences. (Running on oeis4.)