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!)
A331856 a(n) is the least value obtained by partitioning the binary representation of n into consecutive blocks, and then reversing those blocks. 3
0, 1, 1, 3, 1, 3, 3, 7, 1, 3, 5, 7, 3, 7, 7, 15, 1, 3, 5, 7, 5, 11, 11, 15, 3, 7, 11, 15, 7, 15, 15, 31, 1, 3, 5, 7, 9, 11, 11, 15, 5, 11, 21, 23, 13, 23, 23, 31, 3, 7, 13, 15, 11, 23, 27, 31, 7, 15, 23, 31, 15, 31, 31, 63, 1, 3, 5, 7, 9, 11, 11, 15, 9, 19, 21 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n)^A023416(n) = A038573(n) (where a^k denotes the k-th iterate of a).
a(n) <= n with equality iff n belongs to A000225.
EXAMPLE
For n = 6:
- the binary representation of 6 is "110",
- we can split it in 4 ways:
"110" -> "011" -> 3
"1" and "10" -> "1" and "01" -> 5
"11" and "0" -> "11" and "0" -> 6
"1" and "1" and "0" -> "1" and "1" and "0" -> 6
- we have 3 distinct values, the least being 3,
- hence a(6) = 3.
PROG
(PARI) See Links section.
CROSSREFS
See A331855 for the number of distinct values, and A331857 for the greatest value.
Sequence in context: A151837 A356354 A355339 * A163381 A327190 A160123
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Jan 29 2020
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 18 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)