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.

Showing 1-2 of 2 results.

A191342 2^(n-1)-A190820(n).

Original entry on oeis.org

0, 0, 0, 1, 3, 9, 23, 59, 145, 346, 787, 1770, 3899, 8482, 18337
Offset: 2

Views

Author

N. J. A. Sloane, Jun 01 2011

Keywords

Crossrefs

Cf, A190820.

A120411 If A is a set of integers, the (2-fold) sumset consists of all the numbers which can be written as the sum of two (not necessarily distinct) elements in A. a(n) is the number of subsets of [1,2n] which are sumsets for some set of positive integers.

Original entry on oeis.org

1, 3, 7, 15, 30, 59, 114, 219, 416, 783, 1461, 2722, 5048, 9341, 17243, 31674, 58037, 105936, 192522, 348832
Offset: 1

Views

Author

David S. Newman, Jul 05 2006

Keywords

Comments

The relation a(n+1)-a(n) = A190820(n) seems to hold. - Giovanni Resta, Jan 15 2013

Examples

			a(5)=30 because two of the 31 (nonempty) subsets of [1,5], namely {1,2,4,5} and {1,2,3,4,5} have the sumset {2,3,4,5,6,7,8,9,10} and no two other subsets of [1,5] have the same sumset.
		

Extensions

a(14)-a(20) from Carl Najafi, Jan 15 2013
Showing 1-2 of 2 results.