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!)
A017779 Binomial coefficients C(63,n). 3
1, 63, 1953, 39711, 595665, 7028847, 67945521, 553270671, 3872894697, 23667689815, 127805525001, 615790256823, 2668424446233, 10468434365991, 37387265592825, 122131734269895, 366395202809685, 1012974972473835, 2588713818544245, 6131164307078475 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 63 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..63 (full sequence)
FORMULA
From G. C. Greubel, Nov 14 2018: (Start)
G.f.: (1+x)^63.
E.g.f.: 1F1(-63; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(63, n), n=0..63); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[63, Range[0, 63]] (* G. C. Greubel, Nov 14 2018 *)
PROG
(Sage) [binomial(63, n) for n in range(18)] # Zerinvary Lajos, May 28 2009
(PARI) vector(63, n, n--; binomial(63, n)) \\ G. C. Greubel, Nov 14 2018
(Magma) [Binomial(63, n): n in [0..63]]; // G. C. Greubel, Nov 14 2018
CROSSREFS
Sequence in context: A341569 A005463 A160896 * A110826 A017726 A240421
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 April 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)