cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A059471 a(1) = 2; a(n+1) is obtained by trying to change just one digit of a(n), starting with the least significant digit, until a new prime is reached.

This page as a plain text file.
%I A059471 #27 Sep 25 2022 22:55:33
%S A059471 2,3,5,7,17,11,13,19,29,23,43,41,47,37,31,61,67,97,197,191,193,199,
%T A059471 109,101,103,107,127,137,131,139,149,179,173,113,163,167,157,151,181,
%U A059471 281,283,223,227,229,239,233,263,269,569,563,503,509,599,593,523,521,541,547,557
%N A059471 a(1) = 2; a(n+1) is obtained by trying to change just one digit of a(n), starting with the least significant digit, until a new prime is reached.
%C A059471 Take the lexicographically earliest sequence, subject to the rules that the leftmost digit must be replaced by a nonzero digit, the other digits by any digit.
%C A059471 It is not known if the sequence is infinite.
%C A059471 The sequence is finite with last term a(17115) = 3377464733, see links for illustration. - _Reinhard Zumkeller_, Apr 20 2011
%C A059471 Zumkeller's demonstration of finiteness is false if some other leading 0 rather than the immediate leading 0 can be replaced, otherwise a(17116) = 203377464733 (cf. also A059498). - _Sean A. Irvine_, Sep 25 2022
%H A059471 Reinhard Zumkeller, <a href="/A059471/b059471.txt">Table of n, a(n) for n = 1..17115</a> (full sequence)
%H A059471 Reinhard Zumkeller, <a href="/A059471/a059471.txt">Why 3377464733 is the last term</a>
%H A059471 Reinhard Zumkeller, <a href="/A059471/a059471.hs.txt">A Haskell program for A059471</a>
%Y A059471 Decimal analog of A059458. See also A059472 for primes that are missed.
%Y A059471 Cf. A059496, A059497, A059498.
%K A059471 nonn,base,nice,fini,full
%O A059471 1,1
%A A059471 _N. J. A. Sloane_, Feb 03 2001
%E A059471 More terms from _David W. Wilson_, Feb 05 2001
%E A059471 Keyword fini added by _Reinhard Zumkeller_, Apr 20 2011