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!)
A064471 The odd subsequence of A064413. 0
1, 3, 9, 5, 15, 7, 21, 11, 33, 27, 25, 35, 13, 39, 17, 51, 19, 57, 45, 23, 69, 49, 63, 55, 65, 29, 87, 31, 93, 37, 111, 75, 41, 123, 81, 77, 43, 129, 85, 95, 47, 141, 91, 99, 105, 53, 159, 59, 177, 117, 115, 125, 61, 183, 119, 133, 121, 143, 67, 201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
J. C. Lagarias, E. M. Rains and N. J. A. Sloane, The EKG sequence, Exper. Math. 11 (2002), 437-446.
MATHEMATICA
nmax = 140;
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}, nmax];
Select[EKG, OddQ] (* Jean-François Alcover, Feb 13 2019, after Robert G. Wilson v in A064413 *)
CROSSREFS
Cf. A064413.
Sequence in context: A084530 A070355 A129145 * A264798 A054509 A134001
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 May 5 10:46 EDT 2024. Contains 372275 sequences. (Running on oeis4.)