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.

A010977 a(n) = binomial coefficient C(n,24).

Original entry on oeis.org

1, 25, 325, 2925, 20475, 118755, 593775, 2629575, 10518300, 38567100, 131128140, 417225900, 1251677700, 3562467300, 9669554100, 25140840660, 62852101650, 151584480450, 353697121050, 800472431850, 1761039350070, 3773655750150, 7890371113950, 16123801841550
Offset: 24

Views

Author

Keywords

Crossrefs

Pascal's triangle A007318 diagonal. - Zerinvary Lajos, Aug 04 2008

Programs

Formula

G.f.: x^24/(1-x)^25. - Zerinvary Lajos, Aug 04 2008 [Corrected by Georg Fischer, May 19 2019]
a(n) = n/(n-24) * a(n-1), n > 24. - Vincenzo Librandi, Mar 26 2011
From Amiram Eldar, Dec 11 2020: (Start)
Sum_{n>=24} 1/a(n) = 24/23.
Sum_{n>=24} (-1)^n/a(n) = A001787(24)*log(2) - A242091(24)/23! = 201326592*log(2) - 15566188845789952/111546435 = 0.9627768409... (End)