login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038532 Primes that are concatenations of k-th composite and k-th prime. 2

%I #12 Jun 30 2021 08:35:35

%S 97,1213,2137,2861,3067,3271,3373,3583,48131,55163,56167,57173,62191,

%T 70229,86293,90313,93337,96353,99367,104383,105389,106397,108401,

%U 117443,123479,126499,129509,132523,133541,138569,143593,145601

%N Primes that are concatenations of k-th composite and k-th prime.

%H Harvey P. Dale, <a href="/A038532/b038532.txt">Table of n, a(n) for n = 1..1000</a>

%t nn=250;Module[{prs=Prime[Range[nn]],comps,concats},comps=Take[Complement[ Range[2,Prime[nn]+1], prs],nn];concats=FromDigits[Flatten[ IntegerDigits/@#]]&/@ Thread[{comps,prs}];Select[concats,PrimeQ]] (* _Harvey P. Dale_, Apr 27 2012 *)

%Y Cf. A038531.

%K nonn,base

%O 1,1

%A Vasiliy Danilov (danilovv(AT)usa.net), Jul 14 1998

%E Edited by _Charles R Greathouse IV_, Apr 23 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)