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.

A017719 Binomial coefficients C(n,55).

Original entry on oeis.org

1, 56, 1596, 30856, 455126, 5461512, 55525372, 491796152, 3872894697, 27540584512, 179013799328, 1074082795968, 5996962277488, 31368725759168, 154603005527328, 721480692460864, 3201570572795084, 13559593014190944
Offset: 55

Views

Author

Keywords

Crossrefs

Programs

Formula

From G. C. Greubel, Nov 03 2018: (Start)
G.f.: x^55/(1-x)^56.
E.g.f.: x^55*exp(x)/55!. (End)
From Amiram Eldar, Dec 16 2020: (Start)
Sum_{n>=55} 1/a(n) = 55/54.
Sum_{n>=55} (-1)^(n+1)/a(n) = A001787(55)*log(2) - A242091(55)/54! = 990791918021509120*log(2) - 25636511174742961236844310374211301851 / 37329399710235869418 = 0.9827390452... (End)