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.

A192112 Monotonic ordering of nonnegative differences 2^i-4^j, for 40>=i>=0, j>=0.

This page as a plain text file.
%I A192112 #9 Oct 21 2019 15:15:10
%S A192112 0,1,3,4,7,12,15,16,28,31,48,60,63,64,112,124,127,192,240,252,255,256,
%T A192112 448,496,508,511,768,960,1008,1020,1023,1024,1792,1984,2032,2044,2047,
%U A192112 3072,3840,4032,4080,4092,4095,4096,7168,7936,8128,8176,8188,8191,12288
%N A192112 Monotonic ordering of nonnegative differences 2^i-4^j, for 40>=i>=0, j>=0.
%t A192112 c = 2; d = 4; t[i_, j_] := c^i - d^j;
%t A192112 u = Table[t[i, j], {i, 0, 40}, {j, 0, i*Log[d, c]}];
%t A192112 v = Union[Flatten[u ]]
%Y A192112 Cf. A192113.
%Y A192112 The definitions of all 50 sequences starting with this one now state explicitly that it is assumed that i <= 40. This refers to A192112 A192113 A192114 A192115 A192116 A192117 A192118 A192119 A192120 A192121 A192122 A192123 A192124 A192125 A192147 A192148 A192149 A192150 A192151 A192152 A192153 A192154 A192155 A192156 A192157 A192158 A192159 A192160 A192161 A192162 A192163 A192164 A192165 A192166 A192167 A192168 A192169 A192170 A192171 A192172 A192193 A192194 A192195 A192196 A192197 A192198 A192199 A192200 A192201 A192202. - _N. J. A. Sloane_, Oct 21 2019
%K A192112 nonn
%O A192112 1,3
%A A192112 _Clark Kimberling_, Jun 23 2011