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!)
A051033 a(n) = binomial(n, floor(n/3)). 7
1, 1, 1, 3, 4, 5, 15, 21, 28, 84, 120, 165, 495, 715, 1001, 3003, 4368, 6188, 18564, 27132, 38760, 116280, 170544, 245157, 735471, 1081575, 1562275, 4686825, 6906900, 10015005, 30045015, 44352165, 64512240, 193536720, 286097760, 417225900, 1251677700 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MAPLE
[seq(binomial(n, floor(n/3)), n=0..50)];
MATHEMATICA
a[n_] := Binomial[n, Floor[n/3]]; Array[a, 50, 0] (* Enrique Pérez Herrero, Mar 06 2012 *)
CROSSREFS
Cf. A047193.
Sequence in context: A240670 A048040 A347391 * A346601 A242787 A031199
KEYWORD
nonn,easy
AUTHOR
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)