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!)
A287323 Positions of 2 in A287320. 4

%I #4 May 23 2017 14:32:46

%S 3,4,9,10,13,14,17,18,27,28,33,34,39,40,43,44,47,48,57,58,61,62,65,66,

%T 75,76,79,80,83,84,93,94,103,104,113,114,119,120,125,126,129,130,133,

%U 134,143,144,149,150,155,156,159,160,163,164,173,174,179,180,185

%N Positions of 2 in A287320.

%H Clark Kimberling, <a href="/A287323/b287323.txt">Table of n, a(n) for n = 1..10000</a>

%t s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 2}, 2 -> 0}] &, {0}, 9] (* A287175 *)

%t Flatten[Position[s, 0]] (* A287321 *)

%t Flatten[Position[s, 1]] (* A287322 *)

%t Flatten[Position[s, 2]] (* A287323 *)

%Y Cf. A287320, A287321, A287322.

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, May 23 2017

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 1 23:54 EDT 2024. Contains 372178 sequences. (Running on oeis4.)