cp's OEIS Frontend

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.

A090311 Concatenation of two distinct primes p and q, p < q.

This page as a plain text file.
%I A090311 #8 Nov 27 2019 16:54:42
%S A090311 23,25,35,27,37,57,211,311,511,711,213,313,513,713,1113,217,317,517,
%T A090311 717,1117,1317,219,319,519,719,1119,1319,1719
%N A090311 Concatenation of two distinct primes p and q, p < q.
%C A090311 Next n numbers end in prime(n+1).
%H A090311 Harvey P. Dale, <a href="/A090311/b090311.txt">Table of n, a(n) for n = 1..1000</a>
%t A090311 FromDigits[Flatten[IntegerDigits/@#]]&/@Flatten[Table[Join[{Prime[c]},{Prime[ n]}],{n,10},{c,n-1}],1](* _Harvey P. Dale_, Nov 27 2019 *)
%Y A090311 Cf. A090309, A090310, A090312.
%K A090311 base,easy,nonn
%O A090311 1,1
%A A090311 _Amarnath Murthy_, Nov 30 2003