The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A359267 Numbers k such that A359194(k) < k. 1

%I #4 Dec 24 2022 11:12:51

%S 1,2,4,5,8,9,10,16,17,18,19,20,21,32,33,34,35,36,37,38,39,40,41,42,64,

%T 65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,128,

%U 129,130,131,132,133,134,135,136,137,138,139,140,141,142,143

%N Numbers k such that A359194(k) < k.

%C The first run of consecutive values has length 2 and initial value 1.

%C For k > 1, the k-th run of consecutive values has length A005578(k) and initial value 2^k.

%e A359194(42) = 1 < 42, so 42 belongs to this sequence.

%o (PARI) is(n) = if(n, bitneg(3*n, exponent(3*n)+1), 1) < n

%Y Cf. A005578, A359194, A359266 (complement).

%K nonn,base

%O 1,2

%A _Rémy Sigrist_, Dec 23 2022

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 24 06:28 EDT 2024. Contains 372772 sequences. (Running on oeis4.)