cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A218008 Sum of successive absolute differences of the binomial coefficients = 2*A014495(n).

Original entry on oeis.org

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
Offset: 0

Views

Author

Olivier Gérard, Oct 18 2012

Keywords

Crossrefs

Cf. Row sums of absolute values of A214292

Programs

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)