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!)
A285302 Positions of 0 in A285301, complement of A086398. 3
2, 3, 4, 6, 8, 10, 12, 13, 14, 16, 18, 19, 20, 22, 24, 25, 26, 28, 30, 31, 32, 34, 36, 38, 40, 41, 42, 44, 46, 47, 48, 50, 52, 54, 56, 57, 58, 60, 62, 63, 64, 66, 68, 70, 72, 73, 74, 76, 78, 79, 80, 82, 84, 86, 88, 89, 90, 92, 94, 95, 96, 98, 100, 101, 102 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: -2 < n*r - a(n) < 2 for n>=1, where r = 1 + sqrt(1/3).
LINKS
EXAMPLE
As a word, A284301 = 100010..., in which the positions of 0 are 2,3,4,6,8,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {1, 0, 0, 0}}] &, {0}, 10]; (* A285301 *)
u = Flatten[Position[s, 0]]; (* A285302 *)
v = Flatten[Position[s, 1]]; (* A086398 *)
CROSSREFS
Sequence in context: A184103 A352318 A284038 * A026281 A066994 A081000
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)