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-1 of 1 results.

A192101 Least number requiring n terms to express it as a sum of signed terms of the form 2^k-1.

Original entry on oeis.org

1, 2, 5, 20, 83, 594, 2641, 10856, 43623, 305766, 1354341, 5548644, 22325859, 89434722, 357870241, 1431612752, 5726580047
Offset: 1

Views

Author

Frank Ruskey, Jul 29 2011

Keywords

Comments

a(n) = min{ i : A192099(i) = n }
Conjecture: a(n) = (4^n)/3 + O(1).

Examples

			The smallest value of i for which A192099(i) = 5 is 83 = 31+15+7-3+1, and so a(5) = 83.
		

Crossrefs

Cf. A192099.
Showing 1-1 of 1 results.