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.

This page as a plain text file.
%I A111794 #7 Nov 23 2013 23:44:41
%S A111794 1,2,3,4,5,7,8,16,11,17,19,32,53,128,256,65536,31,59,67,131,241,719,
%T A111794 1619,2048,131072,524288,821641,4294967296,9007199254740992
%N A111794 Integers whose rote weight and rote height are equal, sorted by the equated value.
%C A111794 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.
%H A111794 J. Awbrey, <a href="https://oeis.org/wiki/Riffs_and_Rotes">Riffs and Rotes</a>
%e A111794 Triangle whose j^th row lists the integers m with g(m) = h(m) = j
%e A111794 j | m such that g(m) = h(m) = j
%e A111794 --+-------------------------------------------------------
%e A111794 0 | 1
%e A111794 1 | 2
%e A111794 2 | 3 4
%e A111794 3 | 5 7 8 16
%e A111794 4 | 11 17 19 32 53 128 256 65536
%e A111794 5 | 31 59 67 131 241 719 1619 2048 131072 524288 821641
%e A111794 ` | 4294967296 9007199254740992 2^128 2^256 2^65536
%Y A111794 Cf. A007097, A050924, A061396, A062504, A062537, A062860.
%Y A111794 Cf. A109300, A109301, A111791, A111792, A111793, A111800.
%K A111794 nonn,tabf
%O A111794 1,2
%A A111794 _Jon Awbrey_, Aug 28 2005