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

%I #5 Jul 30 2015 23:20:54

%S 0,11,22,31,44,55,62,71,88,91,110,111,124,143,142,159,176,187,182,191,

%T 220,215,222,247,248,251,286,287,284,319,318,319,352,363,374,383,364,

%U 375,382,423,440,443,430,431,444,495,494,511,496,507,502,511,572,567

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

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

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

%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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)