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.

A010980 a(n) = binomial(n,27).

Original entry on oeis.org

1, 28, 406, 4060, 31465, 201376, 1107568, 5379616, 23535820, 94143280, 348330136, 1203322288, 3910797436, 12033222880, 35240152720, 98672427616, 265182149218, 686353797976, 1715884494940, 4154246671960, 9762479679106, 22314239266528, 49699896548176
Offset: 27

Views

Author

Keywords

Crossrefs

Programs

Formula

From Zerinvary Lajos, Aug 18 2008: (Start)
a(n) = C(n,27), n >= 27.
G.f.: x^27/(1-x)^28. (End)
From Amiram Eldar, Dec 11 2020: (Start)
Sum_{n>=27} 1/a(n) = 27/26.
Sum_{n>=27} (-1)^(n+1)/a(n) = A001787(27)*log(2) - A242091(27)/26! = 1811939328*log(2) - 233492834118075846/185910725 = 0.9665300296... (End)