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.

A010978 a(n) = binomial(n,25).

Original entry on oeis.org

1, 26, 351, 3276, 23751, 142506, 736281, 3365856, 13884156, 52451256, 183579396, 600805296, 1852482996, 5414950296, 15084504396, 40225345056, 103077446706, 254661927156, 608359048206, 1408831480056, 3169870830126, 6943526580276, 14833897694226, 30957699535776
Offset: 25

Views

Author

Keywords

Crossrefs

Programs

Formula

From Zerinvary Lajos, Aug 18 2008: (Start)
a(n) = C(n,25), n >= 25.
G.f.: x^25/(1-x)^26. (End) [G.f. corrected by Georg Fischer, May 19 2019]
From Amiram Eldar, Dec 11 2020: (Start)
Sum_{n>=25} 1/a(n) = 25/24.
Sum_{n>=25} (-1)^(n+1)/a(n) = A001787(25)*log(2) - A242091(25)/24! = 419430400*log(2) - 155661889015631695/535422888 = 0.9641184185... (End)