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!)
A010944 Binomial coefficient C(28,n). 0
1, 28, 378, 3276, 20475, 98280, 376740, 1184040, 3108105, 6906900, 13123110, 21474180, 30421755, 37442160, 40116600, 37442160, 30421755, 21474180, 13123110, 6906900, 3108105, 1184040, 376740, 98280, 20475, 3276, 378, 28, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 28 of A007318.
LINKS
MAPLE
seq(binomial(28, n), n=0..28); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[28, Range[0, 28]] (* Harvey P. Dale, Mar 02 2020 *)
PROG
(Sage) [binomial(28, n) for n in range(29)] # Zerinvary Lajos, May 21 2009
(Magma) [Binomial(28, n): n in [0..28]]; // Vincenzo Librandi, Jun 12 2013
(Python)
from sympy import binomial
def a(n): return binomial(28, n)
print([a(n) for n in range(29)]) # Michael S. Branicky, Jan 28 2021
CROSSREFS
Sequence in context: A276286 A125440 A122732 * A022623 A077507 A130608
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 August 19 18:08 EDT 2024. Contains 375310 sequences. (Running on oeis4.)