OFFSET
0,2
COMMENTS
Perhaps this is a rearrangement of A115772?
MAPLE
read("transforms") ; for n from 0 to 120 do printf("%d, ", ORnos(n, 4*n) ) ; end do: # R. J. Mathar, Jun 26 2010
MATHEMATICA
f[n_] := BitOr[n, 4n]; Array[f, 58, 0] (* Robert G. Wilson v, Jun 28 2010 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Dmitry Kamenetsky, Jun 21 2010
EXTENSIONS
More terms from R. J. Mathar and Robert G. Wilson v, Jun 26 2010
STATUS
approved