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 A165631 #7 Jul 19 2017 21:27:29 %S A165631 3,7,9,11,13,15,17,18,27,28,29,31,33,38,39,45,47,48,49,53,55,58,59,61, %T A165631 63,68,71,73,75,83,85,88,91,95,98,103,108,111,113,117,121,125,127,131, %U A165631 133,135,137,138,148,153,157,159,161,163,167,168,173,175,177,178,179 %N A165631 Numbers whose cube is a concatenation of primes, i.e., in A152242. %o A165631 (PARI) for(n=1,999, is_A152242(n^3) & print1(n", ")) %Y A165631 Cf. A038692, A019549, A105184, A166503. %K A165631 nonn,base %O A165631 1,1 %A A165631 _Zak Seidov_ and _M. F. Hasler_, Oct 16 2009 %E A165631 Edited by _Charles R Greathouse IV_, Apr 24 2010