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.

A010976 Binomial coefficient C(n,23).

Original entry on oeis.org

1, 24, 300, 2600, 17550, 98280, 475020, 2035800, 7888725, 28048800, 92561040, 286097760, 834451800, 2310789600, 6107086800, 15471286560, 37711260990, 88732378800, 202112640600, 446775310800, 960566918220, 2012616400080, 4116715363800, 8233430727600
Offset: 23

Views

Author

Keywords

Crossrefs

Pascal's triangle A007318. [Zerinvary Lajos, Aug 04 2008]

Programs

Formula

a(n) = n/(n-23) * a(n-1) for n > 23. - Vincenzo Librandi, Mar 26 2011
G.f.: x^23/(1-x)^24. - G. C. Greubel, Nov 23 2017
From Amiram Eldar, Dec 11 2020: (Start)
Sum_{n>=23} 1/a(n) = 23/22.
Sum_{n>=23} (-1)^(n+1)/a(n) = A001787(23)*log(2) - A242091(23)/22! = 96468992*log(2) - 1945773591174209/29099070 = 0.9613305695... (End)