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!)
A285416 Positions of 1 in A285414; complement of A285415. 3

%I #4 Apr 28 2017 22:37:53

%S 1,2,4,6,7,8,9,11,13,14,16,19,21,22,24,26,27,29,32,34,35,37,39,40,41,

%T 42,44,46,47,48,49,51,53,54,55,56,58,60,61,63,66,68,69,71,73,74,76,79,

%U 81,82,84,86,87,88,89,91,93,94,96,99,101,102,104,106,107

%N Positions of 1 in A285414; complement of A285415.

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

%e As a word, A285414 = 1101011110..., in which 1 is in positions 1,2,4,6,7,...

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

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

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

%Y Cf. A285412, A285414, A285415.

%K nonn,easy

%O 1,2

%A _Clark Kimberling_, Apr 28 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 23 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)