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!)
A287346 Positions of 0 in A287345. 4

%I #4 May 24 2017 20:55:15

%S 2,4,5,8,12,14,15,18,21,24,30,32,36,38,39,42,48,50,54,56,58,60,61,64,

%T 68,70,71,74,77,80,86,88,92,94,95,98,104,106,110,112,113,116,122,124,

%U 128,130,131,134,140,142,146,148,152,154,158,160,162,164,165,168

%N Positions of 0 in A287345.

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

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

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

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

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

%Y Cf. A287346, A287347, A287348.

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, May 24 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 04:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)