login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A097721
Smallest prime that differs from prime(n) in decimal representation by exactly one editing operation: deletion, insertion, or substitution.
2
3, 2, 2, 2, 13, 3, 7, 11, 2, 2, 3, 3, 11, 3, 7, 3, 5, 11, 7, 7, 3, 7, 3, 19, 7, 11, 13, 17, 19, 11, 17, 11, 13, 13, 19, 11, 17, 13, 17, 13, 17, 11, 11, 13, 17, 19, 11, 23, 127, 29, 23, 23, 41, 151, 157, 23, 29, 71, 227, 181, 23, 23, 37, 11, 13, 17, 31, 37, 37, 149, 53, 59, 37, 37, 37
OFFSET
1,1
COMMENTS
a(n) = Min{p prime: LevenshteinDistance(p, A000040(n))=1};
except for n=1 and n=5: a(n) < A000040(n);
a(n) < A097722(n).
LINKS
Michael Gilleland, Levenshtein Distance [It has been suggested that this algorithm gives incorrect results sometimes. - N. J. A. Sloane]
CROSSREFS
Cf. A097720.
Sequence in context: A202538 A239736 A065437 * A073756 A328829 A006379
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Aug 23 2004
STATUS
approved