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!)
A285532 Positions of 1 in A285530; complement of A285533. 3
2, 6, 9, 10, 12, 15, 16, 17, 18, 20, 24, 28, 32, 36, 40, 43, 44, 46, 49, 50, 51, 52, 54, 58, 62, 66, 69, 70, 72, 75, 76, 77, 78, 79, 80, 82, 85, 86, 87, 88, 90, 94, 97, 98, 100, 103, 104, 105, 106, 108, 112, 116, 120, 123, 124, 126, 129, 130, 131, 132, 133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 2.
LINKS
EXAMPLE
As a word, A285530 = 01000100..., in which 1 is in positions 2,6,9,10,12,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 1, 0, 0}}] &, {0}, 8] (* A285530 *)
Flatten[Position[s, 0]] (* A285531 *)
Flatten[Position[s, 1]] (* A285532 *)
Position[SubstitutionSystem[{0->{1, 1}, 1->{0, 1, 0, 0}}, {0}, {6}][[1]], 1]// Flatten (* Harvey P. Dale, Feb 20 2022 *)
CROSSREFS
Sequence in context: A325706 A367683 A325185 * A350944 A016726 A360136
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 30 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 06:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)