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.

A265500 Balance scale sequence.

Original entry on oeis.org

1, 2, 7, 21, 52, 167, 501, 1503, 4509, 13527, 40581
Offset: 1

Views

Author

Ben Paul Thurston, Dec 09 2015

Keywords

Comments

Every natural number up to sum(a[1], a[i]) can be written as adding or subtracting unique entries up to a(i).

Examples

			17 = 21-7+1+2, 18=21-1-2, 19=17+2.
		

Formula

a(i+1)= 1+2*sum(a[1], a[i]) (proved).