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!)
A284658 Positions of 1 in A284656; complement of A284657. 3
1, 3, 4, 7, 8, 10, 12, 13, 15, 17, 18, 21, 22, 24, 25, 27, 28, 31, 32, 34, 36, 37, 40, 41, 43, 45, 46, 49, 50, 52, 53, 55, 56, 59, 60, 62, 64, 65, 67, 69, 70, 73, 74, 76, 78, 79, 81, 83, 84, 87, 88, 90, 91, 93, 94, 97, 98, 100, 102, 103, 105, 107, 108, 111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: -1 < n*sqrt(3) - a(n) < 2 for n >= 1.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {0, 1, 1, 0}}] &, {0}, 7] (* A284656 *)
Flatten[Position[s, 0]] (* A284657 *)
Flatten[Position[s, 1]] (* A284658 *)
CROSSREFS
Sequence in context: A242921 A091934 A178482 * A286340 A024515 A187835
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 08 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 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)