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.

A084631 a(n) = floor(C(n+8,8)/C(n+2,2)).

Original entry on oeis.org

1, 3, 7, 16, 33, 61, 107, 178, 286, 442, 663, 969, 1384, 1938, 2664, 3605, 4807, 6325, 8222, 10571, 13455, 16965, 21206, 26295, 32364, 39556, 48032, 57970, 69564, 83028, 98595, 116522, 137085, 160585, 187349, 217730, 252109, 290895, 334529, 383484
Offset: 0

Views

Author

Paul Barry, Jun 01 2003

Keywords

Crossrefs

Cf. A084626.

Programs

  • Magma
    [Floor(Binomial(n+8, 6)/28): n in [0..50]]; // G. C. Greubel, Mar 23 2023
    
  • Mathematica
    Floor[Binomial[Range[0,50] +8, 6]/28] (* G. C. Greubel, Mar 23 2023 *)
  • SageMath
    [binomial(n+8,6)//28 for n in range(51)] # G. C. Greubel, Mar 23 2023

Formula

a(n) = 1 + floor(n*(n+11)*(n^4 +22*n^3 +203*n^2 +902*n +2232)/20160).