[go: up one dir, main page]

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

Showing all changes.
Rule 230: (000, ..., 111) -> (0, 1, 1, 0, 0, 1, 1, 1), without extending to the right of input bit 0.
(history; published version)
#7 by N. J. A. Sloane at Mon Oct 09 23:32:57 EDT 2017
STATUS

editing

approved

#6 by N. J. A. Sloane at Mon Oct 09 23:32:40 EDT 2017
KEYWORD

nonn,easy,base,changed

STATUS

proposed

editing

Discussion
Mon Oct 09
23:32
N. J. A. Sloane: Deleted "base"
#5 by M. F. Hasler at Mon Oct 09 13:43:39 EDT 2017
STATUS

editing

proposed

#4 by M. F. Hasler at Mon Oct 09 13:42:53 EDT 2017
EXAMPLE

n | a(n)

0 = 0[2] | 0[2] = 0

1 = 1[2] | 11[2] = 3 (bits below 001 and 01(0) are on)

2 = 10[2] | 110[2] = 6 (1 below 001 and 010, 0 below 10(0))

3 = 11[2] | 101[2] = 5 (1 below 001 and 11(0), 0 below 011.)

4 = 100[2] | 1100[2] = 12 (as n = 1 and n = 2, shifted left once more)

5 = 101[2] | 1111[2] = 15 (1 below 001, 010 (twice) and 101)

6 = 110[2] | 1010[2] = 10 (as n = 3, shifted left once)

7 = 111[2] | 1011[2] = 11 (1 below 001, 111 and 11(0), 0 below 011).

STATUS

proposed

editing

#3 by M. F. Hasler at Mon Oct 09 13:29:50 EDT 2017
STATUS

editing

proposed

#2 by M. F. Hasler at Mon Oct 09 12:41:30 EDT 2017
NAME

allocated for M. F. Hasler

Rule 230: (000, ..., 111) -> (0, 1, 1, 0, 0, 1, 1, 1), without extending to the right of input bit 0.

DATA

0, 3, 6, 5, 12, 15, 10, 11, 24, 27, 30, 29, 20, 23, 22, 23, 48, 51, 54, 53, 60, 63, 58, 59, 40, 43, 46, 45, 44, 47, 46, 47, 96, 99, 102, 101, 108, 111, 106, 107, 120, 123, 126, 125, 116, 119, 118, 119, 80, 83, 86, 85, 92, 95, 90, 91, 88, 91, 94, 93, 92, 95, 94, 95, 192, 195, 198, 197, 204, 207

OFFSET

0,2

COMMENTS

The orbit of 1 under this rule is A006977.

The substitution rules 000 -> 0 and 100 -> 0 ensure that no (even or odd) input value can ever extend / "propagate" to the right, therefore it is not required to consider the additional digit to the right of input bit 0 (i.e., the cell which would have this bit 0 as left neighbor), as one would usually do in the context of elementary cellular automata (cf., e.g., A292680 vs. A292681).

LINKS

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/ElementaryCellularAutomaton.html">Elementary Cellular Automaton</a>

<a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a>

<a href="https://oeis.org/wiki/Index_to_Elementary_Cellular_Automata">Index to Elementary Cellular Automata</a>

PROG

(PARI) apply( A292682(n, r=230)=sum(i=0, logint(!n+n<<=1, 2)+1, bittest(r, bitand(n>>i, 7))<<i), [0..60])

KEYWORD

allocated

nonn,easy,base,changed

AUTHOR

M. F. Hasler, Oct 09 2017

STATUS

approved

editing

#1 by M. F. Hasler at Wed Sep 20 17:52:01 EDT 2017
NAME

allocated for M. F. Hasler

KEYWORD

allocated

STATUS

approved