402661376domain: NAppears in sequencesa(n) is the sum of all integers from 2^(n-2)+1 to 2^(n-1).at n=14A049775Relates row sums of Pascal's triangle to expansion of cos(x)/exp(x).at n=28A100216a(n) = ((2^n)*((2^n)+1) - (2^(n-1))*((2^(n-1))+1))/2, a(1)=3.at n=14A158561