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.

A032626 Primes that are concatenations of n with n + 3.

This page as a plain text file.
%I A032626 #7 Mar 25 2015 16:32:48
%S A032626 47,811,1013,1619,4447,4649,5659,5861,6871,7477,8689,9497,98101,
%T A032626 100103,104107,106109,136139,140143,148151,154157,158161,160163,
%U A032626 166169,176179,184187,194197,206209,230233,244247,250253,254257
%N A032626 Primes that are concatenations of n with n + 3.
%H A032626 Harvey P. Dale, <a href="/A032626/b032626.txt">Table of n, a(n) for n = 1..1000</a>
%t A032626 Select[Table[FromDigits[Join[IntegerDigits[n],IntegerDigits[n+3]]],{n,300}],PrimeQ] (* _Harvey P. Dale_, Mar 25 2015 *)
%Y A032626 Cf. A032608, A032618.
%K A032626 nonn,base
%O A032626 1,1
%A A032626 _Patrick De Geest_, May 15 1998