[go: up one dir, main page]

login
Revision History for A289239 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Fixed point of the mapping 00->0010, 01->100, 10->010, starting with 00.
(history; published version)
#7 by Wesley Ivan Hurt at Tue Apr 07 21:09:50 EDT 2020
STATUS

editing

approved

#6 by Wesley Ivan Hurt at Tue Apr 07 21:09:47 EDT 2020
COMMENTS

Conjecture: the number of letters (0s 0's and 1s1's) in the n-th iterate of the mapping is given by A289004.

STATUS

approved

editing

#5 by N. J. A. Sloane at Thu Jun 29 14:56:55 EDT 2017
STATUS

proposed

approved

#4 by Clark Kimberling at Thu Jun 29 10:25:26 EDT 2017
STATUS

editing

proposed

#3 by Clark Kimberling at Thu Jun 29 10:22:54 EDT 2017
NAME

allocated for Clark KimberlingFixed point of the mapping 00->0010, 01->100, 10->010, starting with 00.

DATA

0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0

OFFSET

1

COMMENTS

Conjecture: the number of letters (0s and 1s) in the n-th iterate of the mapping is given by A289004.

LINKS

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

EXAMPLE

The first six iterates of the mapping:

00

0010

0010010

00100101000

001001010010000100

0010010100100001001000101000010

MATHEMATICA

z = 11; (* number of iterates *)

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

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

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

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

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

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

Table[StringLength[w[n]], {n, 0, 20}] (* A289004 conjectured *)

CROSSREFS
KEYWORD

allocated

nonn,easy

AUTHOR

Clark Kimberling, Jun 29 2017

STATUS

approved

editing

#2 by Clark Kimberling at Wed Jun 28 19:26:02 EDT 2017
KEYWORD

allocating

allocated

#1 by Clark Kimberling at Wed Jun 28 19:26:02 EDT 2017
NAME

allocated for Clark Kimberling

KEYWORD

allocating

STATUS

approved