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.

A207079 The only nonunique differences between powers of 3 and 2.

Original entry on oeis.org

1, 5, 7, 13, 23
Offset: 1

Views

Author

Gottfried Helms, Feb 15 2012

Keywords

Comments

The sequence is finite, this fact is a theorem in [Bennet2004].
1 = 3-2 = 3^2-2^3 = 2^2-3.
5 = 3^2-2^2 = 2^3-3 = 2^5 - 3^3.
7 = 2^4-3^2 = 3^2 - 2.
13 = 2^4-3 = 2^8 - 3^5.
23 = 3^3 - 2^2 = 2^5 - 3^2.

Crossrefs

Formula

A219551(a(n)) > 1. - Jonathan Sondow, Dec 10 2012