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 A067529 #14 Dec 05 2013 19:55:10 %S A067529 7,8,10,12,16,18,22,24,28,36,42,48,66,72,78,84,108,114,132,156,162, %T A067529 198,204,276,282,288,318,336,492,504,546,582,612,624,666,864,882,1044, %U A067529 1134,1218,1242,1326,1452,1998,2136,2472,2922,3234,3948,4032,4572,4914,6342 %N A067529 n - 5^k is a prime for all k > 0 and n > 5^k. %C A067529 Is the sequence finite? %C A067529 The last term appears to be 7726572. - _T. D. Noe_, Nov 23 2004 %H A067529 Michel Marcus, <a href="/A067529/b067529.txt">Table of n, a(n) for n = 1..66</a> %H A067529 Walter E. Mientka and Roger C. Weitzenkamp, <a href="http://dx.doi.org/10.1016/S0021-9800(69)80067-0">On f-plentiful numbers</a>, Journal of Combinatorial Theory, Volume 7, Issue 4, December 1969, Pages 374-377 %e A067529 624 is a term as 624-5, 624-25,624-125 or 619,599 and 499 are primes. %t A067529 lst={}; Do[k=1; While[p=n-5^k; p>0 && PrimeQ[p], k++ ]; If[p<=0, AppendTo[lst, n]], {n, 6, 10^7}]; lst (T. D. Noe) %Y A067529 Cf. A067526, A067527, A067528. %Y A067529 Cf. A039669 (n-2^k is prime). %K A067529 easy,nonn %O A067529 1,1 %A A067529 _Amarnath Murthy_, Feb 17 2002 %E A067529 More terms from _Sascha Kurz_, Mar 19 2002