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!)
A017771 Binomial coefficients C(55,n). 3
1, 55, 1485, 26235, 341055, 3478761, 28989675, 202927725, 1217566350, 6358402050, 29248649430, 119653565850, 438729741450, 1451182990950, 4353548972850, 11899700525790, 29749251314475, 68248282427325, 144079707346575, 280576272201225, 505037289962205 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 55 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..55 (full sequence)
FORMULA
From G. C. Greubel, Nov 13 2018: (Start)
G.f.: (1+x)^55.
E.g.f.: 1F1(-55; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(55, n), n=0..55); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[55, Range[0, 55]] (* Harvey P. Dale, Feb 26 2013 *)
PROG
(Sage) [binomial(55, n) for n in range(56)] # Zerinvary Lajos, May 28 2009
(PARI) vector(55, n, n--; binomial(55, n)) \\ G. C. Greubel, Nov 13 2018
(Magma) [Binomial(55, n): n in [0..55]]; // G. C. Greubel, Nov 13 2018
CROSSREFS
Sequence in context: A134291 A157096 A264467 * A322502 A271796 A222836
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 May 11 04:06 EDT 2024. Contains 372388 sequences. (Running on oeis4.)