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!)
A064473 Where the odd terms appear in A064413 (if it begins at 2). 1
4, 5, 9, 10, 13, 14, 19, 20, 21, 23, 24, 27, 28, 32, 33, 36, 37, 38, 42, 43, 49, 50, 52, 53, 56, 57, 60, 61, 66, 67, 68, 73, 74, 75, 77, 80, 81, 83, 84, 88, 89, 92, 95, 96, 99, 100, 106, 107, 108, 110, 111, 114, 115, 117, 118, 123, 124, 127, 128 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
J. C. Lagarias, E. M. Rains and N. J. A. Sloane, The EKG sequence, Exper. Math. 11 (2002), 437-446.
MATHEMATICA
ekg[s_] := Block[{m = s[[-1]], k = 3}, While[MemberQ[s, k] || GCD[m, k] == 1, k++]; Append[s, k]];
EKG = Nest[ekg, {1, 2}, 200] // Rest;
Position[EKG, _?OddQ] // Flatten (* _Jean-François Alcover_, Feb 07 2019, after _Robert G. Wilson v_ in A064413 *)
CROSSREFS
Cf. A064413. See A064957 for better version.
Sequence in context: A193259 A008935 A003995 * A287962 A001983 A143575
KEYWORD
nonn
AUTHOR
_N. J. A. Sloane_, Oct 05 2001
STATUS
approved

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 August 16 14:40 EDT 2024. Contains 375174 sequences. (Running on oeis4.)