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!)
A285134 Positions of 0 in A285133; complement of A285135. 3
1, 2, 3, 6, 7, 8, 9, 12, 13, 14, 15, 18, 20, 22, 24, 25, 26, 27, 30, 32, 34, 35, 36, 37, 39, 40, 41, 44, 45, 46, 47, 50, 51, 52, 53, 56, 57, 58, 59, 62, 64, 66, 68, 69, 70, 71, 74, 76, 78, 79, 80, 81, 83, 84, 85, 88, 89, 90, 91, 94, 95, 96, 97, 100, 101, 102 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: -1 < n*r - a(n) < 1 for n>=1, where r = 1 + sqrt(1/3).
LINKS
EXAMPLE
As a word, A285133 = 000110..., in which 0 is in positions 1,2,3,6,7,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 0, 0, 1}}] &, {0}, 12]; (* A285133 *)
Flatten[Position[s, 0]]; (* A285134 *)
Flatten[Position[s, 1]]; (* A285135 *)
CROSSREFS
Sequence in context: A047246 A039029 A037460 * A161824 A102806 A275884
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 20 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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)