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!)
A284534 Positions of 0 in A284533; complement of A284535. 4
1, 3, 6, 8, 11, 13, 15, 17, 20, 22, 25, 27, 30, 32, 35, 37, 39, 41, 44, 46, 49, 51, 53, 55, 58, 60, 63, 65, 68, 70, 73, 75, 77, 79, 82, 84, 87, 89, 91, 93, 96, 98, 101, 103, 105, 107, 110, 112, 115, 117, 119, 121, 124, 126, 129, 131, 134, 136, 139, 141, 143 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (3 + sqrt(3))/2.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {0, 1, 0, 1}}] &, {0}, 6] (* A284533 *)
Flatten[Position[s, 0]] (* A284534 *)
Flatten[Position[s, 1]] (* A284535 *)
CROSSREFS
Sequence in context: A140482 A212451 A244223 * A118011 A189679 A286666
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 07 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 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)