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!)
A059663 Positions of the flipped bits in the sequence A059459. 1
0, 2, 1, 3, 4, 1, 3, 2, 1, 13, 6, 11, 13, 1, 11, 4, 2, 3, 10, 6, 3, 5, 1, 3, 18, 2, 3, 11, 6, 10, 14, 3, 4, 1, 2, 6, 5, 2, 8, 4, 10, 14, 6, 5, 3, 9, 1, 3, 2, 6, 14, 2, 5, 10, 2, 18, 9, 13, 10, 1, 6, 7, 1, 9, 7, 6, 38, 23, 3, 27, 4, 8, 12, 1, 6, 2, 13, 14, 24, 12, 9, 3, 11, 17, 32, 37, 12, 33 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
E.g. starting from A059459[1] = 2, flip (set) bit 0, gives A059459[2] = 3 (= 2+2^0), then flip (set) bit 2, gives A059459[3] = 7 (3+2^2), then flip (clear) bit 1, gives A059459[4] = 5 (7-2^1), etc.
LINKS
MAPLE
map(floor_log_2, map(abs, DIFF(A059459))); # For floor_log_2, see A054429
CROSSREFS
Sequence in context: A330669 A084579 A276237 * A338367 A186975 A027422
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 03 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 April 25 12:28 EDT 2024. Contains 371969 sequences. (Running on oeis4.)