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!)
A017790 Binomial coefficients C(74,n). 3
1, 74, 2701, 64824, 1150626, 16108764, 185250786, 1799579064, 15071474661, 110524147514, 718406958841, 4179822305984, 21944067106416, 104656320045984, 456002537343216, 1824010149372864, 6726037425812436, 22947657099830664, 72667580816130436 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 74 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..74 (full sequence)
FORMULA
From G. C. Greubel, Nov 15 2018: (Start)
G.f.: (1+x)^74.
E.g.f.: 1F1(-74; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
MAPLE
seq(binomial(74, n), n=0..74); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[74, Range[0, 74]] (* G. C. Greubel, Nov 15 2018 *)
PROG
(Sage) [binomial(74, n) for n in range(17)] # Zerinvary Lajos, May 28 2009
(PARI) vector(74, n, n--; binomial(74, n)) \\ G. C. Greubel, Nov 15 2018
(Magma) [Binomial(74, n): n in [0..74]]; // G. C. Greubel, Nov 15 2018
(GAP) List([0..74], n -> Binomial(74, n)); # G. C. Greubel, Nov 15 2018
CROSSREFS
Sequence in context: A242146 A007033 A277941 * A035732 A017737 A358796
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 16 11:08 EDT 2024. Contains 371711 sequences. (Running on oeis4.)