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

%I #9 May 25 2017 04:07:03

%S 7,8,17,18,23,24,29,30,33,34,37,38,47,48,57,58,67,68,73,74,79,80,83,

%T 84,87,88,97,98,103,104,109,110,113,114,117,118,127,128,133,134,139,

%U 140,143,144,147,148,157,158,161,162,165,166,175,176,179,180,183,184

%N Positions of 2 in A287331.

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

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

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

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

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

%Y Cf. A287331, A287332, A287333.

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