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!)
A084626 a(n) = floor(C(n+6,6)/C(n+2,2)). 5
1, 2, 4, 8, 14, 22, 33, 47, 66, 91, 121, 158, 204, 258, 323, 399, 487, 590, 708, 843, 996, 1170, 1365, 1583, 1827, 2097, 2397, 2728, 3091, 3490, 3927, 4403, 4921, 5483, 6092, 6751, 7462, 8227, 9050, 9933, 10879, 11891, 12972, 14125, 15353, 16660, 18048 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 1 + floor( n*(n+9)*(n^2 +9*n +38)/360 ).
a(n) = floor(binomial(n+6,4)/15). - G. C. Greubel, Mar 24 2023
MATHEMATICA
Table[Floor[n*(n+9)*(n^2+9*n+38)/360] +1, {n, 0, 50}] (* Vincenzo Librandi, Aug 02 2013 *)
Floor[Binomial[Range[6, 76], 4]/15] (* G. C. Greubel, Mar 24 2023 *)
PROG
(Magma) [Floor(n*(n+9)*(n^2+9*n+38)/360)+1: n in [0..50]]; // Vincenzo Librandi, Aug 02 2013
(SageMath) [binomial(n+6, 4)//15 for n in range(71)] # G. C. Greubel, Mar 24 2023
CROSSREFS
Sequence in context: A155506 A014206 A025196 * A090533 A025003 A087151
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Jun 01 2003
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)