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!)
A284956 Positions of 1 in A284954; complement of A284955. 3
4, 9, 14, 16, 18, 20, 25, 30, 35, 40, 42, 44, 46, 51, 56, 61, 66, 68, 70, 72, 77, 79, 81, 83, 88, 90, 92, 94, 99, 101, 103, 105, 110, 115, 120, 125, 127, 129, 131, 136, 141, 146, 151, 153, 155, 157, 162, 167, 172, 177, 179, 181, 183, 188, 193, 198, 203, 205 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> (3 + sqrt(13))/2.
LINKS
EXAMPLE
As a word, A284954 = 000100001..., in which 1 is in positions 4, 9, 14,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 0, 0}}] &, {0}, 8]; (* A284954 *)
Flatten[Position[s, 0]]; (* A284955 *)
Flatten[Position[s, 1]]; (* A284956 *)
CROSSREFS
Sequence in context: A071864 A312987 A050986 * A261445 A034259 A312988
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 18 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 13:58 EDT 2024. Contains 371960 sequences. (Running on oeis4.)