Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A284528 Positions of 0 in A284527; complement of A284529. 3
3, 4, 6, 10, 11, 13, 15, 16, 18, 19, 20, 22, 25, 26, 28, 30, 31, 33, 36, 37, 39, 43, 44, 46, 50, 51, 53, 55, 56, 58, 59, 60, 62, 65, 66, 68, 70, 71, 73, 76, 77, 79, 81, 82, 84, 85, 86, 88, 91, 92, 94, 96, 97, 99, 100, 101, 103, 104, 105, 107, 110, 111, 113 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> (7 + sqrt(13))/6.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {0, 0, 1, 0}}] &, {0}, 9] (* A284527 *)
Flatten[Position[s, 0]] (* A284528 *)
Flatten[Position[s, 1]] (* A284529 *)
CROSSREFS
Sequence in context: A185739 A050087 A079325 * A176865 A047296 A374901
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 05 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 August 18 15:26 EDT 2024. Contains 375269 sequences. (Running on oeis4.)