cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A011908 a(n) = floor( n*(n-1)*(n-2)/26 ).

This page as a plain text file.
%I A011908 #19 Oct 18 2024 06:29:57
%S A011908 0,0,0,0,0,2,4,8,12,19,27,38,50,66,84,105,129,156,188,223,263,306,355,
%T A011908 408,467,530,600,675,756,843,936,1037,1144,1259,1380,1510,1647,1793,
%U A011908 1946,2109,2280,2460,2649,2847,3056,3274,3503,3741,3991,4251,4523,4805,5100,5406,5724,6054,6396,6752,7120
%N A011908 a(n) = floor( n*(n-1)*(n-2)/26 ).
%H A011908 G. C. Greubel, <a href="/A011908/b011908.txt">Table of n, a(n) for n = 0..2000</a>
%H A011908 <a href="/index/Rec#order_16">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1,0,0,0,0,0,0,0,0,0,1,-3,3,-1).
%F A011908 From _R. J. Mathar_, Apr 15 2010: (Start)
%F A011908 a(n) = +3*a(n-1) -3*a(n-2) +a(n-3) +a(n-13) -3*a(n-14) +3*a(n-15) -a(n-16).
%F A011908 G.f.: x^5*(2-2*x+2*x^2-2*x^3+3*x^4-2*x^5+2*x^6-2*x^7+3*x^8-2*x^9+x^10) / ( (1-x)^3*(1-x^13) ). (End)
%t A011908 Floor[3*Binomial[Range[0, 75], 3]/13] (* _G. C. Greubel_, Oct 18 2024 *)
%o A011908 (Magma) [Floor(3*Binomial(n,3)/13): n in [0..75]]; // _G. C. Greubel_, Oct 18 2024
%o A011908 (SageMath) [3*binomial(n,3)//13 for n in range(76)] # _G. C. Greubel_, Oct 18 2024
%Y A011908 Cf. A011886.
%K A011908 nonn
%O A011908 0,6
%A A011908 _N. J. A. Sloane_
%E A011908 More terms added by _G. C. Greubel_, Oct 18 2024