|
Search: id:A080607
|
|
|
| A080607 |
|
Golomb's sequence using multiples of 3. |
|
+0 4
|
|
| 3, 3, 3, 6, 6, 6, 9, 9, 9, 12, 12, 12, 12, 12, 12, 15, 15, 15, 15, 15, 15, 18, 18, 18, 18, 18, 18, 21, 21, 21, 21, 21, 21, 21, 21, 21, 24, 24, 24, 24, 24, 24, 24, 24, 24, 27, 27, 27, 27, 27, 27, 27, 27, 27, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 33, 33, 33, 33, 33, 33
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
More generally let b(k) be a sequence of integers in arithmetic progression: b(k)=A*k+B, then the Golomb's sequence a(n) using b(k) is asymptotic to tau^(2-tau)*(A*n)^(tau-1).
|
|
FORMULA
|
a(n) is asymptotic to tau^(2-tau)*(3n)^(tau-1) and more precisely it seems that a(n)=round(tau^(2-tau)*(3n)^(tau-1)) +(-2, -1, +0, +1 or +1) where tau is the golden ratio.
|
|
EXAMPLE
|
Read 3,3,3,6,6,6,9,9,9,12,12,12,12,12,12,15 as (3,3,3),(6,6,6),(9,9,9),(12,12,12,12,12,12),... count occurrences between 2 parentheses, gives 3,3,3,6,... which is the sequence itself.
|
|
CROSSREFS
|
Cf. A001462 A080606, A080605.
Sequence in context: A108581 A073080 A057944 this_sequence A013322 A166273 A058675
Adjacent sequences: A080604 A080605 A080606 this_sequence A080608 A080609 A080610
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 25 2003
|
|
|
Search completed in 0.002 seconds
|