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.

A176637 Partial sums of A000614.

Original entry on oeis.org

2, 5, 11, 29, 235, 7888534, 8112499583888863266600, 42287533217833953489054778023401260839076169284900400366
Offset: 1

Views

Author

Jonathan Vos Post, Apr 22 2010

Keywords

Comments

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.

Examples

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

Crossrefs

Formula

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