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.

A111794 Integers whose rote weight and rote height are equal, sorted by the equated value.

Original entry on oeis.org

1, 2, 3, 4, 5, 7, 8, 16, 11, 17, 19, 32, 53, 128, 256, 65536, 31, 59, 67, 131, 241, 719, 1619, 2048, 131072, 524288, 821641, 4294967296, 9007199254740992
Offset: 1

Views

Author

Jon Awbrey, Aug 28 2005

Keywords

Comments

The number of integers m whose rote weight, g(m) = A062537(m) and rote height, h(m) = A109301(m), are both equal to j is 2^(j-1) for j > 0 and 1 for j = 0, as enumerated by the main diagonal of the array shown with sequence A111793.

Examples

			Triangle whose j^th row lists the integers m with g(m) = h(m) = j
j | m such that g(m) = h(m) = j
--+-------------------------------------------------------
0 | 1
1 | 2
2 | 3 4
3 | 5 7 8 16
4 | 11 17 19 32 53 128 256 65536
5 | 31 59 67 131 241 719 1619 2048 131072 524288 821641
` | 4294967296 9007199254740992 2^128 2^256 2^65536
		

Crossrefs