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!)
A284371 Positions of 1 in A284369; complement of A284370. 3
1, 4, 5, 6, 7, 10, 11, 14, 15, 18, 19, 22, 23, 24, 25, 28, 29, 32, 33, 34, 35, 38, 39, 42, 43, 44, 45, 48, 49, 52, 53, 54, 55, 58, 59, 62, 63, 66, 67, 70, 71, 72, 73, 76, 77, 80, 81, 82, 83, 86, 87, 90, 91, 94, 95, 98, 99, 100, 101, 104, 105, 108, 109, 110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: -2 < n*sqrt(3) < 3 for n >= 1.
LINKS
EXAMPLE
The first 10 letters of the word in A284369 are 1001111001, in which the positions of 1 are 1,4,5,6,7,10.
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {1, 0, 0, 1}}] &, {0}, 9]; (* A284369 *)
Flatten[Position[s, 0]]; (* A284370 *)
Flatten[Position[s, 1]]; (* A284371 *)
CROSSREFS
Sequence in context: A284790 A172999 A354489 * A123438 A039024 A065028
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Mar 26 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 August 28 20:13 EDT 2024. Contains 375508 sequences. (Running on oeis4.)