cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A017714 Binomial coefficients C(n,50).

Original entry on oeis.org

1, 51, 1326, 23426, 316251, 3478761, 32468436, 264385836, 1916797311, 12565671261, 75394027566, 418094152866, 2160153123141, 10468434365991, 47855699958816, 207374699821536, 855420636763836, 3371363686069236, 12736262814039336, 46252743903616536
Offset: 50

Views

Author

Keywords

Crossrefs

Programs

Formula

From G. C. Greubel, Nov 03 2018: (Start)
G.f.: x^50/(1-x)^51.
E.g.f.: x^50*exp(x)/50!. (End)
From Amiram Eldar, Dec 16 2020: (Start)
Sum_{n>=50} 1/a(n) = 50/49.
Sum_{n>=50} (-1)^n/a(n) = A001787(50)*log(2) - A242091(50)/49! = 28147497671065600*log(2) - 302317348758761320570288162183704329 / 15495222521229983532 = 0.9811065191... (End)