login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A377170
Sum of the nonnegative terms in the n-th row of A365968.
0
0, 1, 4, 12, 36, 98, 250, 616, 1484, 3508, 8140, 18620, 42164, 94632, 210518, 464840, 1020556, 2229014, 4843316, 10476164, 22576728, 48489154, 103790370, 221484824, 471427432, 1001027226, 2120503144, 4482083616, 9455815160, 19913405076, 41862056992, 87857540836
OFFSET
0,3
COMMENTS
By symmetry -a(n) is the sum of the nonpositive terms in the n-th row of A365968.
FORMULA
a(n) = (1/2)*Sum_{k=0..2^n-1} abs(A365968(n,k)).
EXAMPLE
The 4th row of A365968 is: [-10, -8, -6, -4, -4, -2, 0, 2, -2, 0, 2, 4, 4, 6, 8, 10], so a(4) = 2 + 2 + 4 + 4 + 6 + 8 + 10 = 36.
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
John Tyler Rascoe, Oct 18 2024
STATUS
approved