login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A027809
a(n) = 143*(n+1)*binomial(n+4,13)/2.
1
715, 11011, 90090, 520520, 2382380, 9189180, 31039008, 94225560, 261891630, 675745070, 1636014380, 3747960216, 8180071900, 17103786700, 34420042800, 66927861000, 126159017985, 231196390425, 412918656150, 720279159600, 1229442013800, 2056876004040
OFFSET
9,1
COMMENTS
Number of 18-subsequences of [ 1, n ] with just 4 contiguous pairs.
LINKS
Index entries for linear recurrences with constant coefficients, signature (15,-105,455,-1365,3003,-5005,6435,-6435,5005,-3003,1365,-455,105,-15,1).
FORMULA
G.f.: 143*(5+2x)*x^9/(1-x)^15.
a(n) = C(n+1, 10)*C(n+4, 4). - Zerinvary Lajos, May 26 2005; corrected by R. J. Mathar, Mar 16 2016
From Amiram Eldar, Feb 03 2022: (Start)
Sum_{n>=9} 1/a(n) = 631996789/9604980 - 20*Pi^2/3.
Sum_{n>=9} (-1)^(n+1)/a(n) = 10*Pi^2/3 + 212992*log(2)/693 - 2362196911/9604980. (End)
MATHEMATICA
Table[143 (n + 1) Binomial[n + 4, 13]/2, {n, 9, 30}] (* or *) Table[Binomial[n + 1, 10] Binomial[n + 4, 4], {n, 9, 30}] (* Michael De Vlieger, Mar 16 2016 *)
CROSSREFS
Sequence in context: A255788 A029565 A154042 * A222912 A266107 A030537
KEYWORD
nonn,easy
AUTHOR
Thi Ngoc Dinh (via R. K. Guy)
STATUS
approved