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.

A027776 a(n) = (n+1)*binomial(n+1,16).

This page as a plain text file.
%I A027776 #25 Jan 30 2022 04:23:32
%S A027776 16,289,2754,18411,96900,427329,1641486,5638611,17651304,51074375,
%T A027776 138105110,352023165,851809140,1968053535,4362680250,9316746045,
%U A027776 19234572480,38504502630,74934688620,142097513250,263083395960,476403662790,845119028340,1470739178610
%N A027776 a(n) = (n+1)*binomial(n+1,16).
%C A027776 Number of 18-subsequences of [ 1, n ] with just 1 contiguous pair.
%H A027776 T. D. Noe, <a href="/A027776/b027776.txt">Table of n, a(n) for n = 15..1000</a>
%H A027776 Luis Manuel Rivera, <a href="http://arxiv.org/abs/1406.3081">Integer sequences and k-commuting permutations</a>, arXiv preprint arXiv:1406.3081 [math.CO], 2014-2015.
%H A027776 <a href="/index/Rec#order_18">Index entries for linear recurrences with constant coefficients</a>, signature (18,-153,816,-3060,8568,-18564,31824,-43758,48620,-43758,31824,-18564,8568,-3060,816,-153,18,-1).
%F A027776 G.f.: (16+x)*x^15/(1-x)^18.
%F A027776 From _Amiram Eldar_, Jan 30 2022: (Start)
%F A027776 Sum_{n>=15} 1/a(n) = 107074439839/4058104050 - 8*Pi^2/3.
%F A027776 Sum_{n>=15} (-1)^(n+1)/a(n) = 4*Pi^2/3 + 684654592*log(2)/9009 - 30545942365399/579729150. (End)
%t A027776 Table[(n + 1) Binomial[n + 1, 16], {n, 15, 100}] (* _T. D. Noe_, Mar 28 2012 *)
%K A027776 nonn,easy
%O A027776 15,1
%A A027776 Thi Ngoc Dinh (via _R. K. Guy_)
%E A027776 Incorrect formula deleted. - _R. J. Mathar_, Feb 13 2016