login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A027794 a(n) = 12*(n+1)*binomial(n+3,9). 1
84, 960, 5940, 26400, 94380, 288288, 780780, 1921920, 4375800, 9335040, 18845112, 36279360, 67016040, 119380800, 205931880, 345181056, 563861100, 899870400, 1406047500, 2154952800, 3244861620, 4807202400, 7015706100, 10097568000, 14346961200, 20141282304 (list; graph; refs; listen; history; text; internal format)
OFFSET
6,1
COMMENTS
Number of 13-subsequences of [ 1, n ] with just 3 contiguous pairs.
LINKS
Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
FORMULA
G.f.: 12*(7+3x)*x^6/(1-x)^11.
a(n) = C(n+1, 7)*C(n+3, 3) - Zerinvary Lajos, May 10 2005; corrected by R. J. Mathar, Mar 16 2016
From Amiram Eldar, Feb 01 2022: (Start)
Sum_{n>=6} 1/a(n) = 7*Pi^2/2 - 386741/11200.
Sum_{n>=6} (-1)^n/a(n) = 7*Pi^2/4 + 512*log(2)/5 - 2964833/33600. (End)
MATHEMATICA
Table[12 (n + 1) Binomial[n + 3, 9], {n, 6, 31}] (* or *) Table[Binomial[n + 1, 7] Binomial[n + 3, 3], {n, 6, 31}] (* Michael De Vlieger, Mar 16 2016 *)
CROSSREFS
Sequence in context: A069080 A219577 A093284 * A219713 A027821 A220049
KEYWORD
nonn,easy
AUTHOR
Thi Ngoc Dinh (via R. K. Guy)
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)