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!)
A178891 a(n) = n OR 4n, where OR is bitwise OR. 8
0, 5, 10, 15, 20, 21, 30, 31, 40, 45, 42, 47, 60, 61, 62, 63, 80, 85, 90, 95, 84, 85, 94, 95, 120, 125, 122, 127, 124, 125, 126, 127, 160, 165, 170, 175, 180, 181, 190, 191, 168, 173, 170, 175, 188, 189, 190, 191, 240, 245, 250, 255, 244, 245, 254, 255, 248, 253 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Perhaps this is a rearrangement of A115772?
LINKS
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
Sequence in context: A199860 A101889 A115772 * A044890 A313717 A313718
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

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 September 14 10:34 EDT 2024. Contains 375921 sequences. (Running on oeis4.)