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!)
A213845 Principal diagonal of the convolution array A213844. 3
3, 32, 119, 296, 595, 1048, 1687, 2544, 3651, 5040, 6743, 8792, 11219, 14056, 17335, 21088, 25347, 30144, 35511, 41480, 48083, 55352, 63319, 72016, 81475, 91728, 102807, 114744, 127571, 141320, 156023, 171712 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (2*n - 9*n^2 + 16*n^3)/3.
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4).
G.f.: f(x)/g(x), where f(x) = x*(3 + 20*x + 9*x^2) and g(x) = (1-x)^4.
MATHEMATICA
(See A213841.)
LinearRecurrence[{4, -6, 4, -1}, {3, 32, 119, 296}, 40] (* Harvey P. Dale, Nov 06 2014 *)
CROSSREFS
Cf. A213841.
Sequence in context: A319219 A345687 A211224 * A221464 A119940 A004256
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 05 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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)