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!)
A178893 a(n) = n OR 6n, where OR is bitwise OR. 7

%I #5 Aug 02 2015 12:51:39

%S 0,7,14,19,28,31,38,47,56,63,62,75,76,79,94,95,112,119,126,115,124,

%T 127,150,159,152,159,158,187,188,191,190,191,224,231,238,243,252,255,

%U 230,239,248,255,254,299,300,303,318,319,304,311,318,307,316,319,374,383

%N a(n) = n OR 6n, where OR is bitwise OR.

%t f[n_] := BitOr[n, 6n]; Array[f, 56, 0] (* _Robert G. Wilson v_, Jun 28 2010 *)

%Y Cf. A163617, A178890, A178891, A178892, A178894, A178895, A178896, A178897.

%K nonn

%O 0,2

%A _Dmitry Kamenetsky_, Jun 21 2010

%E More terms from _Robert G. Wilson v_, Jun 28 2010

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 May 5 23:49 EDT 2024. Contains 372290 sequences. (Running on oeis4.)