login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Partial sums of A000614.
0

%I #2 Mar 30 2012 18:40:52

%S 2,5,11,29,235,7888534,8112499583888863266600,

%T 42287533217833953489054778023401260839076169284900400366

%N Partial sums of A000614.

%C Partial sums of complemented types of Boolean functions of n variables under action of AG(n,2). The only known primes in this sequence are the first 4 values: 2, 5, 11, 29.

%F a(n) = SUM[i=1..n] A000614(i).

%e a(5) = 2 + 3 + 6 + 18 + 206 = 235.

%Y Cf. A000214, A000614.

%K nonn

%O 1,1

%A _Jonathan Vos Post_, Apr 22 2010