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!)
A285535 Positions of 1 in A285533; complement of A285534. 3
1, 2, 4, 7, 8, 9, 10, 11, 12, 14, 17, 18, 19, 20, 22, 26, 29, 30, 32, 35, 36, 37, 38, 40, 44, 48, 52, 55, 56, 58, 61, 62, 63, 64, 65, 66, 68, 71, 72, 73, 74, 75, 76, 78, 81, 82, 83, 84, 85, 86, 88, 91, 92, 93, 94, 95, 96, 98, 101, 102, 103, 104, 105, 106 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> 2.
LINKS
EXAMPLE
As a word, A285533 = 110100111..., in which 0 is in positions 1,2,4,7,8,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 1, 0, 0}}] &, {0}, 9] (* A285533 *)
Flatten[Position[s, 0]] (* A285534 *)
Flatten[Position[s, 1]] (* A285535 *)
CROSSREFS
Sequence in context: A009282 A141745 A301936 * A342777 A173416 A356720
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 30 2017
STATUS
approved

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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)