|
| |
|
|
A079637
|
|
Smallest prime p with audioactive "echo" of at least n, that is, the finite sequence p_0 = p, p_1 = LookAndSay(p_0),...,p_n = LookAndSay(p_(n-1)) consists entirely of primes.
|
|
0
| | |
|
|
|
OFFSET
| 0,1
|
|
|
COMMENTS
| 1. LookAndSay(n) denotes the description of the digits of n. For example, LookAndSay(111223) = 312213. 2. There is no prime < 10^5 with echo = 6.
|
|
|
EXAMPLE
| 233 is the smallest prime p such that p_0 = 233, p_1 = LookAndSay(233) = 1223, p_2 = LookAndSay(1223) = 112213
|
|
|
CROSSREFS
| Cf. A005150.
Sequence in context: A053942 A053954 A063869 * A062662 A084727 A100763
Adjacent sequences: A079634 A079635 A079636 * A079638 A079639 A079640
|
|
|
KEYWORD
| base,more,nonn
|
|
|
AUTHOR
| Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jan 30 2003
|
|
|
EXTENSIONS
| Corrected by Mark Hudson (mrmarkhudson(AT)hotmail.com), Feb 02 2003, who reports there are no more terms < 10^6
|
| |
|
|