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.

A167490 a(n) = Smallest number with binary run length product = n.

Original entry on oeis.org

0, 3, 7, 12, 31, 24, 127, 48, 56, 96, 2047, 99, 8191, 384, 224, 195, 131071, 199, 524287, 387, 896, 6144, 8388607, 391, 992, 24576, 455, 1539, 536870911, 775
Offset: 1

Views

Author

Andrew Weimholt, Nov 05 2009

Keywords

Comments

a(p) = 2^p - 1 for prime p

Examples

			a(4) = 12, because 12 is the smallest number with a binary run length product of 4.
12 decimal = 1100 binary. Run lengths in binary are 2,2, and 2x2 = 4.
		

Crossrefs

Cf. A167489 - Product of run length in binary representation of n
Cf. A167491 - Numbers in this sequence sorted in ascending order