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

%I #4 May 21 2017 14:34:57

%S 2,4,7,9,12,14,16,18,21,23,25,28,30,32,34,37,39,41,44,46,49,51,53,56,

%T 58,60,62,65,67,69,72,74,77,79,81,83,86,88,90,93,95,98,100,102,105,

%U 107,109,111,114,116,118,121,123,126,128,130,132,135,137,139,142

%N Positions of 1 in A287072.

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

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

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

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

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

%Y Cf. A287072, A287073, A287075.

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, May 21 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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)