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!)
A218008 Sum of successive absolute differences of the binomial coefficients = 2*A014495(n) 1
0, 0, 2, 4, 10, 18, 38, 68, 138, 250, 502, 922, 1846, 3430, 6862, 12868, 25738, 48618, 97238, 184754, 369510, 705430, 1410862, 2704154, 5408310, 10400598, 20801198, 40116598, 80233198, 155117518, 310235038 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = sum |C(n,k+1)-C(n,k)|, k=0..n-1 = 2*sum C(n,k+1)-C(n,k), k=0..floor((n-1)/2) = 2*(C(n, floor((n+1)/2)) - 1)
PROG
(Maxima) A218008(n):=2*(binomial(n, floor((n+1)/2))-1)$
makelist(A218008(n), n, 0, 30); /* Martin Ettl, Nov 01 2012 */
CROSSREFS
Cf. Row sums of absolute values of A214292
Sequence in context: A242261 A189892 A240877 * A303346 A197049 A303438
KEYWORD
nonn
AUTHOR
Olivier Gérard, Oct 18 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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)