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!)
A185252 a(n) = Sum_{k=0..ceiling(n/2)} k*binomial(n,k). 1
0, 1, 2, 9, 16, 55, 96, 294, 512, 1467, 2560, 7018, 12288, 32630, 57344, 148620, 262144, 666451, 1179648, 2952258, 5242880, 12949986, 23068672, 56346964, 100663296, 243517150, 436207616, 1046377764, 1879048192, 4474004812, 8053063680, 19047319832, 34359738368 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(2*n) = A185251(2*n).
MATHEMATICA
Table[Sum[k Binomial[n, k], {k, 0, Ceiling[n/2]}], {n, 0, 50}] (* G. C. Greubel, Jun 25 2017 *)
PROG
(PARI) a(n)=sum(k=0, (n+1)\2, k*binomial(n, k))
CROSSREFS
Sequence in context: A097965 A304974 A075645 * A055259 A032299 A032211
KEYWORD
nonn,easy
AUTHOR
M. F. Hasler, Jan 24 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 July 14 16:06 EDT 2024. Contains 374322 sequences. (Running on oeis4.)