(Translated by https://www.hiragana.jp/)
A161641 - OEIS
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!)
A161641 Positions n such that A010060(n) + A010060(n+4) = 1. 9

%I #8 Jan 01 2018 21:24:19

%S 0,1,2,3,8,9,10,11,12,13,14,15,16,17,18,19,24,25,26,27,32,33,34,35,40,

%T 41,42,43,44,45,46,47,48,49,50,51,56,57,58,59,60,61,62,63,64,65,66,67,

%U 72,73,74,75,76,77,78,79,80,81,82,83,88,89,90,91,96,97,98,99,104,105,106,107,108

%N Positions n such that A010060(n) + A010060(n+4) = 1.

%C Also union of all numbers of the form A131323(n)-k, k=0, 1, 2, or 3.

%H G. C. Greubel, <a href="/A161641/b161641.txt">Table of n, a(n) for n = 1..10000</a>

%F A001477 \ A161627.

%t tm[0] = 0; tm[n_?EvenQ] := tm[n] = tm[n/2]; tm[n_] := tm[n] = 1 - tm[(n - 1)/2]; Reap[For[n = 0, n <= 16000, n++, If[tm[n] + tm[n + 4] == 1, Sow[n]]]][[2, 1]] (* _G. C. Greubel_, Jan 01 2018 *)

%o (PARI) is(n)=hammingweight(n)%2!=hammingweight(n+4)%2 \\ _Charles R Greathouse IV_, Aug 20 2013

%Y Cf. A161639, A161627, A161579, A161580, A079523, A131323, A036554, A010060, A121539, A079523, A081706.

%K nonn

%O 1,3

%A _Vladimir Shevelev_, Jun 15 2009

%E More terms from _R. J. Mathar_, Aug 17 2009

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 August 26 10:14 EDT 2024. Contains 375456 sequences. (Running on oeis4.)