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!)
A284510 Positions of 1 in A284508; complement of A284509. 3
4, 8, 12, 13, 14, 15, 19, 23, 27, 31, 32, 33, 34, 38, 42, 46, 50, 51, 52, 53, 57, 58, 59, 60, 64, 65, 66, 67, 71, 72, 73, 74, 78, 82, 86, 90, 91, 92, 93, 97, 101, 105, 109, 110, 111, 112, 116, 120, 124, 128, 129, 130, 131, 135, 139, 143, 147, 148, 149, 150 (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, 0, 1}}] &, {0}, 8] (* A284508 *)
Flatten[Position[s, 0]] (* A284509 *)
Flatten[Position[s, 1]] (* A284510 *)
CROSSREFS
Sequence in context: A080458 A147646 A080229 * A167523 A261811 A311077
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)