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!)
A341336 Inverse permutation to A341335. 2
0, 1, 3, 2, 7, 6, 5, 4, 14, 15, 12, 13, 11, 10, 9, 8, 29, 28, 31, 30, 25, 24, 27, 26, 23, 22, 21, 20, 19, 18, 17, 16, 59, 58, 57, 56, 63, 62, 61, 60, 50, 51, 48, 49, 54, 55, 52, 53, 46, 47, 44, 45, 42, 43, 40, 41, 39, 38, 37, 36, 35, 34, 33, 32, 119, 118, 117 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
A341335(42) = 52, so a(52) = 42.
PROG
(PARI) a(n) = { my (c=binary(n), b=c); for (m=1, #b, fordiv (m, d, if (d<m, b[m] = (b[m] + b[d])%2))); fromdigits(b, 2) }
CROSSREFS
Cf. A341335.
Sequence in context: A228993 A083569 A071574 * A276344 A334727 A341335
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Apr 25 2021
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 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)