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!)
A285422 Positions of 0 in A285421; complement of A285423. 3
3, 6, 11, 14, 17, 20, 25, 28, 33, 36, 39, 42, 47, 50, 55, 58, 63, 66, 71, 74, 77, 80, 85, 88, 93, 96, 99, 102, 107, 110, 115, 118, 121, 124, 129, 132, 137, 140, 143, 146, 151, 154, 159, 162, 167, 170, 175, 178, 181, 184, 189, 192, 197, 200, 203, 206, 211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: -1 < n*r - a(n) < 5 for n>=1, where r = 2 + sqrt(3).
LINKS
EXAMPLE
As a word, A285421 = 110110111101..., in which 0 is in positions 3,6,11,14,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 1, 1}}] &, {0}, 11] (* A285421 *)
Flatten[Position[s, 0]] (* A285422 *)
Flatten[Position[s, 1]] (* A285423 *)
CROSSREFS
Sequence in context: A310093 A310094 A310095 * A063275 A191270 A182669
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 28 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 May 9 19:33 EDT 2024. Contains 372354 sequences. (Running on oeis4.)