OFFSET
0,2
COMMENTS
Perhaps this is a rearrangement of A114386?
No, e.g., a(513) = 4617 is not in A114386. Moreover, this sequence is not injective, as a(65) = a(73) = 585. - Robert Israel, Jan 31 2021
LINKS
Robert Israel, Table of n, a(n) for n = 0..10000
MAPLE
read("transforms"); for n from 0 to 120 do printf("%d, ", ORnos(n, 8*n) ) ; end do: # R. J. Mathar, Jun 26 2010
MATHEMATICA
f[n_] := BitOr[n, 8n]; Array[f, 55, 0] (* Robert G. Wilson v, Jun 28 2010 *)
CROSSREFS
KEYWORD
nonn,look
AUTHOR
Dmitry Kamenetsky, Jun 21 2010
EXTENSIONS
More terms from R. J. Mathar and Robert G. Wilson v, Jun 26 2010
STATUS
approved