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.

A027773 a(n) = (n+1)*binomial(n+1,13).

Original entry on oeis.org

13, 196, 1575, 8960, 40460, 154224, 515508, 1550400, 4273290, 10943240, 26313518, 59907456, 130007500, 270415600, 541574100, 1048380480, 1968053535, 3592795500, 6393845325, 11115955200, 18914492520, 31551447840, 51671823000, 83188425600, 131811290100
Offset: 12

Views

Author

Thi Ngoc Dinh (via R. K. Guy)

Keywords

Comments

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

Programs

  • Mathematica
    (#+1)Binomial[#+1,13]&/@Range[12,40]  (* Harvey P. Dale, Mar 18 2011 *)

Formula

G.f.: (13+x)*x^12/(1-x)^15.
From Amiram Eldar, Jan 30 2022: (Start)
Sum_{n>=12} 1/a(n) = 13*Pi^2/6 - 8183956651/384199200.
Sum_{n>=12} (-1)^n/a(n) = 13*Pi^2/12 + 34451456*log(2)/3465 - 2651886676309/384199200. (End)