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!)
A017780 Binomial coefficients C(64,n). 3
1, 64, 2016, 41664, 635376, 7624512, 74974368, 621216192, 4426165368, 27540584512, 151473214816, 743595781824, 3284214703056, 13136858812224, 47855699958816, 159518999862720, 488526937079580, 1379370175283520, 3601688791018080 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 64 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..64 (full sequence)
FORMULA
From G. C. Greubel, Nov 14 2018: (Start)
G.f.: (1+x)^64.
E.g.f.: 1F1(-64; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(64, n), n=0..64); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[64, Range[0, 64]] (* G. C. Greubel, Nov 14 2018 *)
PROG
(Sage) [binomial(64, n) for n in range(18)] # Zerinvary Lajos, May 28 2009
(PARI) vector(64, n, n--; binomial(64, n)) \\ G. C. Greubel, Nov 14 2018
(Magma) [Binomial(64, n): n in [0..64]]; // G. C. Greubel, Nov 14 2018
CROSSREFS
Sequence in context: A226558 A302856 A022085 * A324492 A035727 A035801
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)