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!)
A284529 Positions of 1 in A284527; complement of A284528. 3
1, 2, 5, 7, 8, 9, 12, 14, 17, 21, 23, 24, 27, 29, 32, 34, 35, 38, 40, 41, 42, 45, 47, 48, 49, 52, 54, 57, 61, 63, 64, 67, 69, 72, 74, 75, 78, 80, 83, 87, 89, 90, 93, 95, 98, 102, 106, 108, 109, 112, 114, 117, 119, 120, 123, 125, 126, 127, 130, 132, 135, 139 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (1 + sqrt(13))/2.
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: A339309 A167408 A047388 * A191767 A050086 A285352
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)