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!)
A010927 Binomial coefficient C(11,n). 1
1, 11, 55, 165, 330, 462, 462, 330, 165, 55, 11, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 11 of A007318.
LINKS
MAPLE
seq(binomial(11, n), n=0..11); # Nathaniel Johnston, Jun 23 2011
MATHEMATICA
q = 11; Join[{a = 1}, Table[a = (q - n)*a/(n + 1), {n, 0, q - 1}]] (* Vladimir Joseph Stephan Orlovsky, Jul 09 2011 *)
Binomial[11, Range[0, 11]] (* Harvey P. Dale, Jan 01 2023 *)
PROG
(Sage) [binomial(11, m) for m in range(12)] # Zerinvary Lajos, Apr 21 2009
(Magma) [Binomial(11, n): n in [0..11]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A255415 A153449 A047649 * A009550 A226255 A022606
KEYWORD
nonn,fini,full,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 July 20 03:40 EDT 2024. Contains 374441 sequences. (Running on oeis4.)