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.

A027814 a(n) = 126*(n+1)*binomial(n+5,9)/5.

Original entry on oeis.org

126, 1512, 9702, 44352, 162162, 504504, 1387386, 3459456, 7963956, 17153136, 34918884, 67721472, 125919612, 225629712, 391270572, 658982016, 1081142370, 1732250520, 2716483770, 4177293120, 6309453150, 9374044680, 13716915030, 19791233280, 28184836680
Offset: 4

Views

Author

Thi Ngoc Dinh (via R. K. Guy)

Keywords

Comments

Number of 15-subsequences of [ 1, n ] with just 5 contiguous pairs.

Crossrefs

Cf. A062264.

Programs

Formula

G.f.: 126*(1+x)*x^4/(1-x)^11.
a(n) = C(n+1, 5)*C(n+5, 5). - Zerinvary Lajos, Apr 18 2005; corrected by R. J. Mathar, Feb 10 2016
From Amiram Eldar, Feb 03 2022: (Start)
Sum_{n>=4} 1/a(n) = 25*Pi^2/6 - 1160419/28224.
Sum_{n>=4} (-1)^n/a(n) = 25*Pi^2/12 - 27625/1344. (End)