[go: up one dir, main page]

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

Showing all changes.
Start with 0 and repeatedly substitute 0->0321, 1->3210, 2->2103, 3->1032.
(history; published version)
#4 by N. J. A. Sloane at Thu Jun 01 21:09:12 EDT 2017
STATUS

proposed

approved

#3 by Clark Kimberling at Thu Jun 01 11:05:17 EDT 2017
STATUS

editing

proposed

#2 by Clark Kimberling at Thu Jun 01 10:54:13 EDT 2017
NAME

allocated for Clark KimberlingStart with 0 and repeatedly substitute 0->0321, 1->3210, 2->2103, 3->1032.

DATA

0, 3, 2, 1, 1, 0, 3, 2, 2, 1, 0, 3, 3, 2, 1, 0, 3, 2, 1, 0, 0, 3, 2, 1, 1, 0, 3, 2, 2, 1, 0, 3, 2, 1, 0, 3, 3, 2, 1, 0, 0, 3, 2, 1, 1, 0, 3, 2, 1, 0, 3, 2, 2, 1, 0, 3, 3, 2, 1, 0, 0, 3, 2, 1, 1, 0, 3, 2, 2, 1, 0, 3, 3, 2, 1, 0, 0, 3, 2, 1, 0, 3, 2, 1, 1, 0

OFFSET

1,2

COMMENTS

This is the fixed point of the morphism 0->0231, 1->2310, 2->3102, 3->1023 starting with 0. Let t be the (nonperiodic) sequence of positions of 0, and likewise, u for 1, v for 2, and w for 3; then t(n)/n -> 4, u(n)/n -> 4, v(n)/n -> 4, w(n)/n -> 4. Also, t(n) + u(n) + v(n) + w(n) = 16*n - 6 for n >= 1. See A287556 for a guide to related sequences.

LINKS

Clark Kimberling, <a href="/A287576/b287576.txt">Table of n, a(n) for n = 1..20000</a>

<a href="/index/Fi#FIXEDPOINTS">Index entries for sequences that are fixed points of mappings</a>

FORMULA

a(n) = 4n - A287578(n) for n >= 1.

EXAMPLE

First three iterations of the morphism:

0321

0321103221033210

0321103221033210321003211032210321033210032110321032210332100321

MATHEMATICA

s = Nest[Flatten[# /. {0 -> {0, 3, 2, 1}, 1 -> {3, 2, 1, 0}, 2 -> {2, 1, 0, 3}, 3 -> {1, 0, 3, 2}}] &, {0}, 9]; (* A287576 *)

Flatten[Position[s, 0]]; (* A287577 *)

Flatten[Position[s, 1]]; (* A287578 *)

Flatten[Position[s, 2]]; (* A287579 *)

Flatten[Position[s, 3]]; (* A287580 *)

CROSSREFS
KEYWORD

allocated

nonn,easy

AUTHOR

Clark Kimberling, Jun 01 2017

STATUS

approved

editing

#1 by Clark Kimberling at Fri May 26 16:29:06 EDT 2017
NAME

allocated for Clark Kimberling

KEYWORD

allocated

STATUS

approved