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.

A027769 a(n) = (n+1)*binomial(n+1, 9).

Original entry on oeis.org

9, 100, 605, 2640, 9295, 28028, 75075, 183040, 413270, 875160, 1755182, 3359200, 6172530, 10943240, 18795370, 31380096, 51074375, 81238300, 126544275, 193393200, 290435145, 429214500, 624962325, 897561600, 1272714300, 1783342704, 2471261100, 3389158080
Offset: 8

Views

Author

Thi Ngoc Dinh (via R. K. Guy)

Keywords

Comments

Number of 11-subsequences of [ 1, n ] with just 1 contiguous pair.
13208*a(n) is the number of permutations of (n+1) symbols that 9-commute with an (n+1)-cycle (see A233440 for definition), where 13208=A000757(9). - Luis Manuel Rivera Martínez, Feb 06 2014

Crossrefs

Programs

  • Mathematica
    Table[(n+1)*Binomial[n+1, 9], {n, 8, 35}] (* Amiram Eldar, Jan 30 2022 *)

Formula

G.f.: (9+x)*x^8/(1-x)^11.
From Amiram Eldar, Jan 30 2022: (Start)
Sum_{n>=8} 1/a(n) = 3*Pi^2/2 - 575499/39200.
Sum_{n>=8} (-1)^n/a(n) = 3*Pi^2/4 + 24576*log(2)/35 - 19365109/39200. (End)