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!)
A068684 Primes obtained as a concatenation p,q,p where p and q are successive primes and p<q. 0
353, 131713, 171917, 192319, 293129, 374137, 434743, 596159, 677167, 139149139, 163167163, 179181179, 223227223, 229233229, 269271269, 281283281, 347349347, 379383379, 547557547, 683691683, 761769761, 857859857, 863877863 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
171917 is a prime which is the concatenation of 17, 19 and 17.
PROG
(PARI) f(n)=prime(n)*(10^(ceil(log(prime(n+1))/log(10))+ceil(log(prime(n))/log(10))))+ prime(n+1)*10^ceil(log(prime(n))/log(10))+prime(n); for(n=1, 300, if(isprime(f(n))==1, print1(f(n), ", ")))
CROSSREFS
Sequence in context: A126113 A282998 A213470 * A270782 A251127 A176197
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Mar 02 2002
EXTENSIONS
More terms from Benoit Cloitre, Mar 21 2002
STATUS
approved

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 August 21 02:07 EDT 2024. Contains 375342 sequences. (Running on oeis4.)