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!)
A287176 Positions of 1 in A287174. 4

%I #4 May 22 2017 20:03:48

%S 3,6,10,12,16,19,23,26,30,32,36,39,43,47,50,54,56,60,63,67,69,73,76,

%T 80,84,87,91,93,97,100,104,107,111,113,117,120,124,128,131,135,137,

%U 141,144,148,151,155,157,161,164,168,172,175,179,181,185,188,192,194

%N Positions of 1 in A287174.

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

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

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

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

%Y Cf. A287174, A287175, A287177.

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, May 22 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 25 11:29 EDT 2024. Contains 371967 sequences. (Running on oeis4.)