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 A052027 #18 Mar 23 2015 08:05:27 %S A052027 5,9241,17791,330289,391231,1005481,1210483,2378143,2469241,2779939, %T A052027 2840041,6817501,8320831,9865711,10871407,11087191,12259603,13645393, %U A052027 15665833,16707883,17694463,25751863,27794287,31488481 %N A052027 Primes in base 10 that remain primes in seven bases b, 2<=b<=10, expansions interpreted as decimal numbers. %H A052027 Sebastian Petzelberger, <a href="/A052027/b052027.txt">Table of n, a(n) for n = 1..1000</a> %H A052027 Carlos Rivera, <a href="http://www.primepuzzles.net/puzzles/puzz_024.htm">PP&P Puzzle 24: Primes in several bases</a> %t A052027 Select[Prime[Range@ 100000], Count[PrimeQ /@ Table[FromDigits[IntegerDigits[#, i]], {i, 2, 10}], True] == 7 &] (* _Michael De Vlieger_, Mar 21 2015, after _Harvey P. Dale_ at A052032 *) %Y A052027 Cf. A052026, A038537, A052027-A052033, A084482, A236356. %K A052027 nonn,base %O A052027 1,1 %A A052027 _Patrick De Geest_, Dec 15 1999 %E A052027 Missing terms 2378143 and 2469241 added by _Sebastian Petzelberger_, Mar 21 2015