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!)
A284955 Positions of 0 in A284954; complement of A284956. 3
1, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 15, 17, 19, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 36, 37, 38, 39, 41, 43, 45, 47, 48, 49, 50, 52, 53, 54, 55, 57, 58, 59, 60, 62, 63, 64, 65, 67, 69, 71, 73, 74, 75, 76, 78, 80, 82, 84, 85, 86, 87, 89, 91, 93 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (5 + sqrt(13))/6.
LINKS
EXAMPLE
As a word, A284954 = 000100001..., in which 0 is in positions 1,2,3,5,6,7,...
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: A028804 A345475 A191894 * A093480 A121518 A287770
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 23 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)