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!)
A053618 a(n) = ceiling(binomial(n,4)/n). 6
0, 0, 0, 1, 1, 3, 5, 9, 14, 21, 30, 42, 55, 72, 91, 114, 140, 170, 204, 243, 285, 333, 385, 443, 506, 575, 650, 732, 819, 914, 1015, 1124, 1240, 1364, 1496, 1637, 1785, 1943, 2109, 2285, 2470, 2665, 2870, 3086, 3311, 3548, 3795, 4054, 4324 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
R. L. Graham and N. J. A. Sloane, Lower bounds for constant weight codes, IEEE Trans. Inform. Theory, 26 (1980), 37-43.
FORMULA
a(n) = ( 2*n^3 - 12*n^2 + 22*n - 3 + 9*(-1)^n + 3*(1+(-1)^n)*(-1)^(n*(n-1)/2) - 6*(1 + (-1)^n)*(-1)^floor(n/4) )/48. - Luce ETIENNE, Jan 20 2015
G.f.: x^4*(1 - x + x^2)*(1 - x + x^2 + x^4)/((1-x)^3*(1-x^8)). - Colin Barker, Jan 20 2015
MATHEMATICA
CoefficientList[Series[x^4*(1-x+x^2)*(1-x+x^2+x^4)/((1-x)^3*(1-x^8)), {x, 0, 60}], x] (* G. C. Greubel, May 16 2019 *)
PROG
(PARI) concat([0, 0, 0], Vec(x^4*(x^2-x+1)*(x^4+x^2-x+1) / ((x-1)^4*(x+1)*(x^2+1)*(x^4+1)) + O(x^60))) \\ Colin Barker, Jan 20 2015
(Magma) [Ceiling(Binomial(n, 4)/n): n in [1..60]]; // G. C. Greubel, May 16 2019
(Sage) [ceil(binomial(n, 4)/n) for n in (1..60)] # G. C. Greubel, May 16 2019
CROSSREFS
Sequence in context: A166709 A310040 A215369 * A268345 A357388 A267047
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 25 2000
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)