Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A101319 a(1) = 1; a(n) = (largest odd divisor of a(n-1))th smallest positive integer not yet in the sequence. 3
1, 2, 3, 6, 7, 12, 8, 4, 5, 14, 17, 28, 18, 21, 35, 50, 40, 15, 30, 31, 51, 72, 23, 43, 66, 56, 20, 16, 9, 27, 54, 55, 87, 120, 38, 45, 79, 115, 153, 192, 13, 37, 73, 112, 26, 41, 81, 126, 105, 152, 52, 42, 59, 104, 44, 36, 33, 78, 88, 46, 67, 124, 80, 24, 19, 64, 10, 32, 11, 58 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
It seems likely, but not certain, that this sequence is a permutation of the positive integers, which it is if and only if there are an infinite number of powers of 2 in the sequence.
LINKS
EXAMPLE
a(6) = 12 and the highest odd divisor of 12 is 3. Among the first 6 terms of the sequence is not 4, 5, 8, 9, ... and the 3rd of these is 8, which is therefore a(7).
MATHEMATICA
Nest[Append[#, Complement[Range[Max[#] + (r = #[[-1]]/2^IntegerExponent[#[[-1]], 2])], #][[r]]] &, {1}, 69] (* Ivan Neretin, Sep 03 2018 *)
CROSSREFS
Sequence in context: A032842 A023773 A115889 * A182538 A030013 A130404
KEYWORD
nonn
AUTHOR
Leroy Quet, Dec 23 2004
EXTENSIONS
More terms from Hans Havermann, Dec 24 2004
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 September 11 17:54 EDT 2024. Contains 375839 sequences. (Running on oeis4.)