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!)
A284526 Positions of 1 in A284524; complement of A284525. 3
3, 7, 9, 10, 13, 15, 18, 22, 26, 28, 29, 32, 34, 37, 39, 40, 43, 45, 46, 47, 50, 52, 55, 59, 61, 62, 65, 67, 70, 72, 73, 76, 78, 81, 85, 87, 88, 91, 93, 96, 100, 104, 106, 107, 110, 112, 115, 119, 123, 125, 126, 129, 131, 134, 136, 137, 140, 142, 143, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> (1 + sqrt(13))/2.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {0, 0, 1, 0}}] &, {0}, 8] (* A284524 *)
Flatten[Position[s, 0]] (* A284525 *)
Flatten[Position[s, 1]] (* A284526 *)
CROSSREFS
Sequence in context: A354616 A099248 A082575 * A344413 A339618 A357707
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 05 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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)