28144
domain: N
Appears in sequences
- a(n) = a(n-1) + floor(a(n-2)/3) with a(0)=2, a(1)=3.at n=42A182229
- Positive numbers for which the product of digits is equal to the power tower of digits (right-associative).at n=51A321990
- First term is 1; thereafter, if u and v are consecutive terms, with decimal expansions u = bc...ef, v = hi...jk, then v-u has decimal expansion efhi, formed by concatenating the last two digits of u and the first two digits of v. If there is a choice for v, pick the smallest.at n=7A367363
- Numbers whose binary expansion consists of alternating runs of 1's and 0's where each run of 0's is exactly one shorter than the preceding run of 1's, and the expansion ends with a 0-run.at n=37A387270