[go: up one dir, main page]

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!)
Revision History for A289105 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A289105 Positions of 0 in A289104; complement of A289106.
(history; published version)
#4 by N. J. A. Sloane at Wed Jun 28 13:23:44 EDT 2017
STATUS

proposed

approved

#3 by Clark Kimberling at Wed Jun 28 09:29:40 EDT 2017
STATUS

editing

proposed

#2 by Clark Kimberling at Wed Jun 28 09:19:19 EDT 2017
NAME

allocatedPositions of 0 in forA289104; complement Clarkof KimberlingA289106.

DATA

1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 19, 20, 22, 23, 26, 27, 29, 31, 32, 33, 34, 37, 38, 40, 42, 43, 44, 45, 48, 51, 52, 54, 55, 56, 58, 60, 61, 62, 63, 66, 69, 70, 72, 73, 74, 76, 78, 79, 80, 82, 83, 84, 85, 88, 89, 91, 92, 95, 98, 99, 101, 102, 103

OFFSET

1,2

COMMENTS

Conjecture: a(n)/n -> (1 + sqrt(5))/2 = golden ratio = tau, and 1 < a(n)/n < tau for n >= 1.

LINKS

Clark Kimberling, <a href="/A289105/b289105.txt">Table of n, a(n) for n = 1..10000</a>

MATHEMATICA

z = 11; (* number of iterates *)

s = {0, 0}; w[0] = StringJoin[Map[ToString, s]];

w[n_] := StringReplace[w[n - 1], {"00" -> "0010", "01" -> "011", "10" -> "000"}]

TableForm[Table[w[n], {n, 0, 10}]]

st = ToCharacterCode[w[z]] - 48 (* A289104 *)

Flatten[Position[st, 0]] (* A289105 *)

Flatten[Position[st, 1]] (* A289106 *)

CROSSREFS

Cf. A001622, A289105, A289106.

KEYWORD

allocated

nonn,easy

AUTHOR

Clark Kimberling, Jun 28 2017

STATUS

approved

editing

#1 by Clark Kimberling at Fri Jun 23 19:37:27 EDT 2017
NAME

allocated for Clark Kimberling

KEYWORD

allocated

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 August 30 05:37 EDT 2024. Contains 375526 sequences. (Running on oeis4.)