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!)
A213549 Principal diagonal of the convolution array A213548. 3
1, 12, 53, 155, 360, 721, 1302, 2178, 3435, 5170, 7491, 10517, 14378, 19215, 25180, 32436, 41157, 51528, 63745, 78015, 94556, 113597, 135378, 160150, 188175, 219726, 255087, 294553, 338430, 387035, 440696, 499752, 564553, 635460 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: x*(1 + 7*x + 3*x^2)/(1 - x)^5.
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5).
a(n) = (11*n^4 + 14*n^3 + n^2 - 2*n)/24 = n*(n+1)*(11*n^2 + 3*n - 2)/24.
a(n) = Sum_{i=1..n} (n-i+1)*A000217(n+i-1), see A213548. - Bruno Berselli, Oct 05 2016
MATHEMATICA
(See A213548.)
LinearRecurrence[{5, -10, 10, -5, 1}, {1, 12, 53, 155, 360}, 40] (* Harvey P. Dale, Nov 20 2022 *)
CROSSREFS
Sequence in context: A280660 A268186 A253130 * A211060 A242514 A030182
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 16 2012
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 10 06:18 EDT 2024. Contains 373253 sequences. (Running on oeis4.)