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 A169829 #12 Aug 13 2020 14:02:28 %S A169829 1,2,3,5,6,7,11,77,101,131,151,181,191,313,323,353,373,383,727,757, %T A169829 787,797,919,929,1001,5005,10301,10501,10601,11311,11411,12421,12721, %U A169829 12821,13331,13831,13931,14341,14741,15451,15551,16061,16361,16561,16661 %N A169829 Palindromes that are a product of consecutive primes. %C A169829 Intersection of A002113 and A073485. - _Reinhard Zumkeller_, May 31 2010 %H A169829 Donovan Johnson, <a href="/A169829/b169829.txt">Table of n, a(n) for n = 1..5000</a> %H A169829 Erich Friedman, <a href="https://erich-friedman.github.io/numbers.html">What's Special About This Number?</a> (See entry 1001.) %e A169829 323 = 17*19. %t A169829 f[n_] := Select[ FoldList[ Times, 1, Prime[ Range[n, n + 4]]], # == FromDigits@ Reverse@ IntegerDigits@# &]; k = 1; lst = {}; While[k < 10^4, AppendTo[lst, f@k]; k++ ]; lst = Union@ Flatten@ lst (* _Robert G. Wilson v_, Jun 10 2010 *) %Y A169829 Cf. A002113. %K A169829 nonn,base %O A169829 1,2 %A A169829 _N. J. A. Sloane_, May 30 2010 %E A169829 More terms from _Robert G. Wilson v_ and _Jon E. Schoenfield_, Jun 10 2010