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!)
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 June 3 12:27 EDT 2024. Contains 373060 sequences. (Running on oeis4.)