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!)
A039643 Number of steps to fixed point of "k -> k/2 or (k-1)/2 until result is prime", starting with prime(n)+1. 4

%I #8 Nov 17 2013 14:53:28

%S 1,2,2,3,3,2,4,3,4,3,5,2,4,3,5,3,4,2,3,6,2,5,5,4,6,6,4,4,4,5,7,7,4,4,

%T 3,4,2,3,6,3,5,5,7,2,7,7,3,6,6,6,4,6,6,4,8,8,3,5,2,5,3,3,5,5,2,3,3,7,

%U 4,4,6,6,5,5,4,8,3,2,8,8,6,2,6,6,6,6,7,2,7,5,5,7,4,4,5,5,3,9,3,2,3,3

%N Number of steps to fixed point of "k -> k/2 or (k-1)/2 until result is prime", starting with prime(n)+1.

%H Reinhard Zumkeller, <a href="/A039643/b039643.txt">Table of n, a(n) for n = 1..10000</a>

%t see A039636.

%o (Haskell)

%o a039643 n = snd $ until ((== 1) . a010051 . fst)

%o (\(x, i) -> (x `div` 2 , i + 1)) (a000040 n + 1, 1)

%o -- _Reinhard Zumkeller_, Nov 17 2013

%Y Cf. A039634-A039645.

%Y Cf. A010051, A000040, A039639, A039645, A039636.

%K nonn

%O 1,2

%A _Wouter Meeussen_

%E Offset corrected by _Reinhard Zumkeller_, Nov 17 2013

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 July 3 11:23 EDT 2024. Contains 373974 sequences. (Running on oeis4.)