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!)
A024755 Binomial coefficients: C(n,k), 3 <= k <= n-3, sorted, duplicates removed. 1
20, 35, 56, 70, 84, 120, 126, 165, 210, 220, 252, 286, 330, 364, 455, 462, 495, 560, 680, 715, 792, 816, 924, 969, 1001, 1140, 1287, 1330, 1365, 1540, 1716, 1771, 1820, 2002, 2024, 2300, 2380, 2600, 2925, 3003, 3060, 3276, 3432, 3654, 3876, 4060, 4368, 4495 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
nn = 50; t = Table[Binomial[n, k], {n, 6, nn}, {k, 3, n/2}]; Union[Select[Flatten[t], # <= t[[nn - 5, 1]] &]] (* Harvey P. Dale, Mar 12 2013 *)
CROSSREFS
Cf. A007318 (binomial coefficients), A006987 (similar to this).
Sequence in context: A024747 A328051 A081962 * A048022 A255349 A254363
KEYWORD
nonn
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 May 29 11:38 EDT 2023. Contains 363042 sequences. (Running on oeis4.)