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.
%I A229902 #12 Jan 06 2023 22:26:52 %S A229902 10,10,10,2080,178030,41697270,4355942080,1944616927560 %N A229902 a(n) is the smallest m such that 19*m^k+1 is prime for k=1, 2,...,n. %C A229902 10 divides all terms. %t A229902 a[1]=10;a[n_]:=a[n]=(For[m=a[n-1]/10,Union[Table[PrimeQ[19(10m)^k+1],{k,n}]]=={True},m++];10m) (* _Farideh Firoozbakht_ Oct 05 2013 *) %Y A229902 Cf. A106759, A166459, A229906, A229626. %K A229902 nonn,more %O A229902 1,1 %A A229902 _Jahangeer Kholdi_, Oct 04 2013 %E A229902 a(7) from _Farideh Firoozbakht_ Oct 05 2013 %E A229902 a(8) from _Tyler Busby_, Jan 06 2023