login
A328086
Generated by Marf-Low rule 173.
0
1, 7, 49, 343, 2, 14, 98, 686, 4802, 33614, 3, 4, 28, 196, 1372, 5, 35, 6, 42, 294, 2058, 14406, 100842, 705894, 4941258, 34588806, 8, 56, 392, 9, 63, 10, 70, 490, 3430, 11, 77, 539, 12, 84, 588, 4116, 28812, 201684, 1411788, 9882516, 69177612, 484243284, 13, 15
OFFSET
1,2
COMMENTS
A Marf-Low rule is coded in a 3-digit base-10 integer abc where neither a nor b = 0. A sequence of integers is then produced by the following rule.
The abc integer is interpreted like this:
a = a(1) [taken in the set 1,2,3,4,5,6,7,8,9],
b = a multiplicative factor [taken in the same set],
c = a stop-digit [taken in the set 1,2,3,4,5,6,7,8,9,0].
For example, the Marf-Low rule 173 produces the sequence:
S = 1, 7, 49, 343, 2, 14, 98, 686, 4802, 33614, 3, 4, 28, 196, 1372, 5, 35, 6, 42, 296,...
Explanation:
# Start with a(1) = a [here a(1) = 1]
# If a(n) doesn't contain the stop-digit c, then a(n+1) = 7*a(n) [this is the case here, as 1, not having any digit 3, is then multiplied by 7, producing a(2) = 7]
# otherwise a(n+1) is the smallest integer not yet in the sequence.
The rule 173 produces indeed 1, 7, 49, 343 which stops, and restarts with 2, 14, 98, 686, 4802, 33614, which stops and restarts with 3, which stops and restarts with 4, 28, 196, 1372 which stops and restarts with 5, 35 which stops, ...
REFERENCES
Eric Angelini, Posting to Math Fun Mailing List, Oct 14 2019
LINKS
Eric Angelini, Le monde selon les lois de Marf-Low, Cinquante signes web site, Oct 14 2019.
CROSSREFS
Sequence in context: A366925 A250349 A171281 * A216129 A057266 A057833
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 16 2019
STATUS
approved