login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139706 Take n in binary. Rotate the binary digits to the right until a 1 once again appears as the leftmost digit. Convert back into decimal for a(n). 3
1, 2, 3, 4, 6, 5, 7, 8, 12, 10, 13, 9, 14, 11, 15, 16, 24, 20, 25, 18, 26, 21, 27, 17, 28, 22, 29, 19, 30, 23, 31, 32, 48, 40, 49, 36, 50, 41, 51, 34, 52, 42, 53, 37, 54, 43, 55, 33, 56, 44, 57, 38, 58, 45, 59, 35, 60, 46, 61, 39, 62, 47, 63, 64, 96, 80, 97, 72, 98, 81, 99, 68 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

This sequence written in binary is A139707.

This is a permutation of the positive integers. A139708 is the inverse permutation.

MAPLE

A139706 := proc(n) local a; a := ListTools[Rotate](convert(n, base, 2), 1) ; while op(-1, a) = 0 do a := ListTools[Rotate](a, 1) ; od: add(op(i, a)*2^(i-1), i=1..nops(a)) : end: seq(A139706(n), n=1..100) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 04 2008

CROSSREFS

Cf. A139707, A139708.

Sequence in context: A080542 A072758 A104464 * A139708 A059893 A132284

Adjacent sequences:  A139703 A139704 A139705 * A139707 A139708 A139709

KEYWORD

nonn,base

AUTHOR

Leroy Quet Apr 30 2008

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 04 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 15:49 EST 2012. Contains 205521 sequences.