The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A027788 a(n) = 15*(n+1)*binomial(n+2,15)/2. 1
105, 1800, 16320, 104040, 523260, 2209320, 8139600, 26860680, 80901810, 225544440, 588376800, 1448655000, 3389852700, 7582037400, 16287339600, 33738060600, 67621543875, 131530532400, 248917996800, 459351961200, 828225505800, 1461574422000, 2528333935200 (list; graph; refs; listen; history; text; internal format)
OFFSET
13,1
COMMENTS
Number of 18-subsequences of [ 1, n ] with just 2 contiguous pairs.
LINKS
Index entries for linear recurrences with constant coefficients, signature (17,-136,680, -2380, 6188,-12376,19448,-24310,24310,-19448,12376, -6188,2380,-680,136, -17,1).
FORMULA
G.f.: 15*(7+x)*x^13/(1-x)^17.
a(n) = C(n+1, 14)*C(n+2, 2). - Zerinvary Lajos, Apr 28 2005; corrected by R. J. Mathar, Mar 16 2016
From Amiram Eldar, Feb 01 2022: (Start)
Sum_{n>=13} 1/a(n) = 15261223009/331273800 - 14*Pi^2/3.
Sum_{n>=13} (-1)^(n+1)/a(n) = 7*Pi^2/3 + 40484864*log(2)/6435 - 10165792859017/2318916600. (End)
MATHEMATICA
Table[15 (n + 1) Binomial[n + 2, 15]/2, {n, 13, 40}] (* or *) Table[Binomial[n + 1, 14] Binomial[n + 2, 2], {n, 13, 40}] (* Michael De Vlieger, Mar 16 2016 *)
LinearRecurrence[{17, -136, 680, -2380, 6188, -12376, 19448, -24310, 24310, -19448, 12376, -6188, 2380, -680, 136, -17, 1}, {105, 1800, 16320, 104040, 523260, 2209320, 8139600, 26860680, 80901810, 225544440, 588376800, 1448655000, 3389852700, 7582037400, 16287339600, 33738060600, 67621543875}, 30] (* Harvey P. Dale, Jan 12 2023 *)
CROSSREFS
Sequence in context: A076377 A165374 A024198 * A112497 A220822 A166821
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 June 7 14:59 EDT 2024. Contains 373202 sequences. (Running on oeis4.)