login
A359266
Numbers k such that A359194(k) > k.
1
0, 3, 6, 7, 11, 12, 13, 14, 15, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109
OFFSET
1,2
COMMENTS
The first run of consecutive values has length 1 and initial value 0.
For k > 1, the k-th run of consecutive values has length A000975(k-1) and initial value A005578(k+1).
EXAMPLE
A359194(43) = 126 > 43, so 43 belongs to this sequence.
PROG
(PARI) is(n) = if(n, bitneg(3*n, exponent(3*n)+1), 1) > n
CROSSREFS
Cf. A000975, A005578, A359194, A359267 (complement).
Sequence in context: A028754 A028795 A004780 * A292046 A051146 A136272
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Dec 23 2022
STATUS
approved