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!)
A064953 Where the even terms appear in A064413. 5

%I #18 Aug 02 2018 02:37:13

%S 2,3,4,7,8,9,12,13,16,17,18,19,23,26,27,30,31,32,35,36,40,41,42,45,46,

%T 47,48,49,52,55,56,59,60,63,64,65,66,70,71,72,73,77,79,80,83,86,87,88,

%U 91,92,94,95,98,99,102,103,104,105,106,110,113,114

%N Where the even terms appear in A064413.

%C Complement of A064957; A195376(a(n)) = 0. [_Reinhard Zumkeller_, Sep 17 2001]

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

%H J. C. Lagarias, E. M. Rains and N. J. A. Sloane, <a href="https://arxiv.org/abs/math/0204011">The EKG sequence</a>, arXiv:math/0204011 [math.NT]; Exper. Math. 11 (2002), 437-446.

%H <a href="/index/Ed#EKG">Index entries for sequences related to EKG sequence</a>

%t ekg[s_List] := Block[{m = s[[-1]], k = 3}, While[MemberQ[s, k] || GCD[m, k] == 1, k++]; Append[s, k]]; A064413 = Nest[ekg, {1, 2}, 200];

%t Position[A064413, _?EvenQ] // Flatten (* _Jean-François Alcover_, Aug 02 2018, after _Robert G. Wilson v_ *)

%o (Haskell)

%o import Data.List (findIndices)

%o a064953 n = a064953_list !! (n-1)

%o a064953_list = map (+ 1) $ findIndices even a064413_list

%o -- _Reinhard Zumkeller_, Sep 17 2001

%Y Cf. A064413, A064472 for better version.

%K nonn

%O 1,1

%A _N. J. A. Sloane_, Oct 30 2001

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 April 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)