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!)
A366151 a(n) = T(n, 3), where T(n, k) = Sum_{i=0..n} i^k * binomial(n, i) * (1/2)^(n-k). 0
0, 4, 20, 54, 112, 200, 324, 490, 704, 972, 1300, 1694, 2160, 2704, 3332, 4050, 4864, 5780, 6804, 7942, 9200, 10584, 12100, 13754, 15552, 17500, 19604, 21870, 24304, 26912, 29700, 32674, 35840, 39204, 42772, 46550 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A mean of binomials as might occur as the Expectation of random variables.
LINKS
FORMULA
a(n) = n^2*(n + 3).
a(n) = [x^n] (2*x*(2 + 2*x - x^2))/(x - 1)^4.
a(n) = n! * [x^n] exp(x)*(x^3 + 6*x^2 + 4*x).
MAPLE
a := n -> n^2*(n + 3): seq(a(n), n = 0..35);
CROSSREFS
T(n, 0) = A000012; T(n, 1) = A001477; T(n, 2) = A002378; T(n, 3) = this sequence.
T(1, n) = A011782; T(2, n) = A063376(n) (with offset 0); T(n, n) = A072034(n).
Sequence in context: A250272 A023667 A213485 * A296274 A035007 A047810
KEYWORD
nonn
AUTHOR
Peter Luschny, Oct 27 2023
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 4 13:10 EDT 2024. Contains 373098 sequences. (Running on oeis4.)