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!)
A284015 Positions of 1 in A283966; complement of A283967. 3
1, 3, 5, 6, 7, 9, 11, 12, 13, 15, 17, 18, 20, 22, 23, 25, 27, 28, 29, 31, 33, 34, 35, 37, 39, 40, 42, 44, 45, 47, 49, 50, 51, 53, 55, 56, 57, 59, 61, 62, 64, 66, 67, 68, 70, 72, 73, 74, 76, 78, 79, 81, 83, 84, 85, 87, 89, 90, 91, 93, 95, 96, 98, 100, 101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: -1 < n*s - a(n) < 2 for n >= 1, where s = (-1+sqrt(17))/2..
LINKS
EXAMPLE
The first 10 letters of the word in A282963 are 1010110101, in which the positions of 1 are 1,3,5,6,7.
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {1, 0, 1, 0, 1}}] &, {0}, 8] (* A283966 *)
Flatten[Position[s, 0]] (* A283967 *)
Flatten[Position[s, 1]] (* A284015 *)
CROSSREFS
Sequence in context: A047273 A342051 A232744 * A286908 A284852 A285627
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Mar 26 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 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)