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!)
A285359 Positions of 0 in A285358; complement of A285360. 3
3, 7, 10, 13, 17, 21, 24, 27, 31, 34, 37, 41, 44, 47, 51, 55, 58, 61, 65, 69, 72, 75, 79, 82, 85, 89, 92, 95, 99, 103, 106, 109, 113, 116, 119, 123, 126, 129, 133, 137, 140, 143, 147, 150, 153, 157, 160, 163, 167, 171, 174, 177, 181, 185, 188, 191, 195, 198 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: -1 < n*r - a(n) < 1 for n>=1, where r = 2 + sqrt(2).
LINKS
EXAMPLE
As a word, A285358 = 1101110..., in which 0 is in positions 3,7,10,13,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {1, 1, 0, 1}}] &, {0}, 10] (* A285358 *)
Flatten[Position[s, 0]] (* A285359 *)
Flatten[Position[s, 1]] (* A285360 *)
CROSSREFS
Sequence in context: A297466 A198267 A298786 * A255607 A310185 A339620
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 25 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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)